Quellcode durchsuchen

Update update-web-panel.sh

Bozhidar Slaveykov vor 1 Jahr
Ursprung
Commit
69ba8bc833
1 geänderte Dateien mit 9 neuen und 9 gelöschten Zeilen
  1. 9 9
      update/update-web-panel.sh

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

@@ -38,15 +38,15 @@ cd /usr/local/phyre/web
 #
 #
 #
-PHYRE_PHP=/usr/local/phyre/php/bin/php
-#
-$PHYRE_PHP -v
-$PHYRE_PHP -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
-$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
+#PHYRE_PHP=/usr/local/phyre/php/bin/php
+##
+#$PHYRE_PHP -v
+#$PHYRE_PHP -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
+#$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
 
 ./db-migrate.sh