update: shell

This commit is contained in:
tokumeikoi
2022-05-10 13:52:52 +08:00
parent 512c48adeb
commit ca9847cc45
3 changed files with 3 additions and 3 deletions

View File

@ -8,5 +8,5 @@ php artisan v2board:update
php artisan config:cache
if [ -f "/etc/init.d/bt" ]; then
chmod -R www $(PWD);
chmod -R www $(pwd);
fi