update: fix typo

This commit is contained in:
tokumeikoi 2022-05-10 14:16:04 +08:00
parent ca9847cc45
commit 709929a5a3
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);
chown -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);
chown -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);
chown -R www $(pwd);
fi