mirror of
https://github.com/YunoHost-Apps/monica_ynh.git
synced 2024-09-03 19:46:23 +02:00
Silence upgrade warnings
This commit is contained in:
parent
c58d88313c
commit
c3462d1c74
2 changed files with 4 additions and 4 deletions
|
@ -221,9 +221,9 @@ update-alternatives --set php /usr/bin/php$phpversion
|
|||
|
||||
pushd "$final_path"
|
||||
ynh_use_nodejs
|
||||
yarn install
|
||||
yarn run production
|
||||
php$phpversion artisan monica:update --force
|
||||
ynh_exec_warn_less yarn install
|
||||
ynh_exec_warn_less yarn run production
|
||||
ynh_exec_warn_less php$phpversion artisan monica:update --force
|
||||
popd
|
||||
|
||||
if [ -f $final_path/storage/oauth-private.key ]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue