Ver código fonte

Update update-web-panel.sh

Bozhidar Slaveykov 1 ano atrás
pai
commit
a52a42c97a
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      update/update-web-panel.sh

+ 2 - 2
update/update-web-panel.sh

@@ -46,8 +46,8 @@ $PHYRE_PHP ./composer-setup.php
 $PHYRE_PHP -r "unlink('composer-setup.php');"
 
 rm -rf composer.lock
-COMPOSER_ALLOW_SUPERUSER=1 $PHYRE_PHP composer.phar i --no-interaction --no-progress
-COMPOSER_ALLOW_SUPERUSER=1 $PHYRE_PHP composer.phar dump-autoload --no-interaction
+$PHYRE_PHP composer.phar i --no-interaction --no-progress
+$PHYRE_PHP composer.phar dump-autoload --no-interaction
 
 
 chmod +x ./db-migrate.sh