diff --git a/scripts/upgrade b/scripts/upgrade index a860987..35fc7f0 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -64,9 +64,9 @@ then pushd $install_dir chown -R $app:www-data "$install_dir" - ynh_exec_as $app git fetch + ynh_exec_warn_less ynh_exec_as $app git fetch #git checkout master - ynh_exec_as $app git pull + ynh_exec_warn_less ynh_exec_as $app git pull popd fi @@ -137,7 +137,6 @@ ynh_script_progression --message="Starting a systemd service..." --weight=1 ynh_systemd_action --service_name=$app --action="start" --log_path=systemd - #================================================= # END OF SCRIPT #=================================================