mirror of
https://github.com/v2board/v2board.git
synced 2024-11-10 09:39:10 +08:00
update: shell
This commit is contained in:
parent
512c48adeb
commit
ca9847cc45
2
init.sh
2
init.sh
@ -6,5 +6,5 @@ php composer.phar install -vvv
|
|||||||
php artisan v2board:install
|
php artisan v2board:install
|
||||||
|
|
||||||
if [ -f "/etc/init.d/bt" ]; then
|
if [ -f "/etc/init.d/bt" ]; then
|
||||||
chmod -R www $(PWD);
|
chmod -R www $(pwd);
|
||||||
fi
|
fi
|
||||||
|
@ -8,5 +8,5 @@ php artisan v2board:update
|
|||||||
php artisan config:cache
|
php artisan config:cache
|
||||||
|
|
||||||
if [ -f "/etc/init.d/bt" ]; then
|
if [ -f "/etc/init.d/bt" ]; then
|
||||||
chmod -R www $(PWD);
|
chmod -R www $(pwd);
|
||||||
fi
|
fi
|
||||||
|
@ -9,5 +9,5 @@ php artisan v2board:update
|
|||||||
php artisan config:cache
|
php artisan config:cache
|
||||||
|
|
||||||
if [ -f "/etc/init.d/bt" ]; then
|
if [ -f "/etc/init.d/bt" ]; then
|
||||||
chmod -R www $(PWD);
|
chmod -R www $(pwd);
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user