1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/monica_ynh.git synced 2024-09-03 19:46:23 +02:00

remove composer update

This commit is contained in:
Sebastian Gumprich 2017-06-23 19:17:05 +02:00
parent ecc3e9d26e
commit 24818b7c66

View file

@ -55,8 +55,6 @@ sudo sed -i "s/yunodomain/$domain/g" $final_path/.env
# uses commas because path url contains a slash
sudo sed -i "s,yunopath,${path_url},g" $final_path/.env
exec_composer $final_path update
# setup application config
cd $final_path && sudo /usr/bin/php7.0 artisan migrate --force
cd $final_path && sudo /usr/bin/php7.0 artisan optimize