diff --git a/init.sh b/init.sh index 0bce3da5..b51a0dec 100644 --- a/init.sh +++ b/init.sh @@ -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 diff --git a/update.sh b/update.sh index 30921bd8..d443ee92 100755 --- a/update.sh +++ b/update.sh @@ -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 diff --git a/update_dev.sh b/update_dev.sh index 07b403be..893699f4 100755 --- a/update_dev.sh +++ b/update_dev.sh @@ -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