Update update-web-panel.sh
This commit is contained in:
parent
ac1db61d8b
commit
a52a42c97a
1 changed files with 2 additions and 2 deletions
|
@ -46,8 +46,8 @@ $PHYRE_PHP ./composer-setup.php
|
||||||
$PHYRE_PHP -r "unlink('composer-setup.php');"
|
$PHYRE_PHP -r "unlink('composer-setup.php');"
|
||||||
|
|
||||||
rm -rf composer.lock
|
rm -rf composer.lock
|
||||||
COMPOSER_ALLOW_SUPERUSER=1 $PHYRE_PHP composer.phar i --no-interaction --no-progress
|
$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 dump-autoload --no-interaction
|
||||||
|
|
||||||
|
|
||||||
chmod +x ./db-migrate.sh
|
chmod +x ./db-migrate.sh
|
||||||
|
|
Loading…
Reference in a new issue