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:
parent
ecc3e9d26e
commit
24818b7c66
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue