Browse Source

Update update-web-panel.sh

Bozhidar Slaveykov 1 year ago
parent
commit
a52a42c97a
1 changed files with 2 additions and 2 deletions
  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