tokumeikoi 2 жил өмнө
parent
commit
709929a5a3
3 өөрчлөгдсөн 3 нэмэгдсэн , 3 устгасан
  1. 1 1
      init.sh
  2. 1 1
      update.sh
  3. 1 1
      update_dev.sh

+ 1 - 1
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

+ 1 - 1
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

+ 1 - 1
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