mirror of
https://github.com/YunoHost-Apps/monica_ynh.git
synced 2024-09-03 19:46:23 +02:00
remove quiet option
This commit is contained in:
parent
daabbbeaec
commit
ecc3e9d26e
1 changed files with 2 additions and 2 deletions
|
@ -58,8 +58,8 @@ 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 -q migrate --force
|
||||
cd $final_path && sudo /usr/bin/php7.0 artisan -q optimize
|
||||
cd $final_path && sudo /usr/bin/php7.0 artisan migrate --force
|
||||
cd $final_path && sudo /usr/bin/php7.0 artisan optimize
|
||||
|
||||
# Install files and set permissions
|
||||
sudo chown -R www-data: "$final_path"
|
||||
|
|
Loading…
Add table
Reference in a new issue