From 2e4de78923b180ffcfe2c2384a70be1fd0da1851 Mon Sep 17 00:00:00 2001 From: Tokumeikoi Date: Sat, 25 Apr 2020 19:45:15 +0800 Subject: [PATCH] update --- init.sh | 1 - update.sh | 1 - 2 files changed, 2 deletions(-) diff --git a/init.sh b/init.sh index 2f931b65..004d3e8a 100644 --- a/init.sh +++ b/init.sh @@ -1,4 +1,3 @@ wget https://getcomposer.org/download/1.9.0/composer.phar php composer.phar install -vvv php artisan v2board:install -chown -R www ./ diff --git a/update.sh b/update.sh index 85c7428e..c85f6389 100755 --- a/update.sh +++ b/update.sh @@ -2,4 +2,3 @@ git fetch --all && git reset --hard origin/master && git pull origin master php artisan v2board:update php artisan config:cache pm2 restart pm2.yaml -chown -R www ./