diff --git a/check_process b/check_process index 76e145e..aa8ac7f 100644 --- a/check_process +++ b/check_process @@ -13,7 +13,7 @@ setup_private=1 setup_public=1 upgrade=1 - upgrade=1 from_commit=CommitHash + #upgrade=1 from_commit=CommitHash backup_restore=1 multi_instance=0 change_url=1 @@ -23,5 +23,4 @@ Notification=none ;;; Upgrade options ; commit=CommitHash name=Name and date of the commit. - manifest_arg=domain=DOMAIN&path=PATH&admin=USER&is_public=1&password=pass&port=666& - + manifest_arg=domain=DOMAIN&path=PATH&admin=USER&is_public=1&password=pass&port=666& \ No newline at end of file diff --git a/scripts/upgrade b/scripts/upgrade index 2ebcc2d..2475daa 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -156,7 +156,6 @@ yunohost service add $app --description="Team collaboration communication platfo ynh_script_progression --message="Starting a systemd service..." --time --weight=1 ynh_systemd_action --service_name=$app --action="start" --log_path="/var/log/$app/$app.log" - ynh_systemd_action --service_name=mongod --action=restart --log_path=systemd #=================================================