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

@ -6,5 +6,5 @@ php composer.phar install -vvv
php artisan v2board:install
if [ -f "/etc/init.d/bt" ]; then
chmod -R www $(PWD);
chmod -R www $(pwd);
fi

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

View File

@ -9,5 +9,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