@@ -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
@@ -8,5 +8,5 @@ php artisan v2board:update
php artisan config:cache
@@ -9,5 +9,5 @@ php artisan v2board:update