Skip to content

Commit

Permalink
ref: 二合一
Browse files Browse the repository at this point in the history
  • Loading branch information
zhendery committed Jan 3, 2025
1 parent bdd2982 commit 2ef0e5f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ if [ -e '/var/www/lsky' ]; then
rm -rf /var/www/lsky
fi

chown -R www-data /var/www/html
chgrp -R www-data /var/www/html
chown -R www-data:www-data /var/www/html
chmod -R 755 /var/www/html/

exec "$@"

0 comments on commit 2ef0e5f

Please sign in to comment.