mirror of
https://github.com/YunoHost-Apps/lutim_ynh.git
synced 2024-09-03 19:36:24 +02:00
Remove -- deployment that make upgrade to fail
This commit is contained in:
parent
98e75b940a
commit
948fa5df97
1 changed files with 4 additions and 3 deletions
|
@ -266,9 +266,10 @@ ynh_replace_string --match_string="__APP__" --replace_string="$app" --target_fil
|
|||
if [ "$upgrade_type" == "UPGRADE_APP" ]
|
||||
then
|
||||
ynh_script_progression --message="Upgrading $app with Carton..." --weight=4
|
||||
(cd $final_path
|
||||
ynh_secure_remove --file="$final_path/local"
|
||||
carton install --deployment --without=mysql --without=htpasswd --without=test)
|
||||
pushd "$final_path"
|
||||
ynh_secure_remove --file="$final_path/local"
|
||||
carton install --without=mysql --without=htpasswd --without=test
|
||||
popd
|
||||
fi
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue