Tokumeikoi 5 năm trước cách đây
mục cha
commit
2e4de78923
2 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 1
      init.sh
  2. 0 1
      update.sh

+ 0 - 1
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 ./

+ 0 - 1
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 ./