diff --git a/check_process b/check_process index 25c2bab..374da40 100644 --- a/check_process +++ b/check_process @@ -19,7 +19,7 @@ setup_public=0 upgrade=1 backup_restore=1 - multi_instance=q + multi_instance=1 ;;; Options Email= Notification=none diff --git a/scripts/restore b/scripts/restore index 9ba2eaa..d06a2e8 100755 --- a/scripts/restore +++ b/scripts/restore @@ -92,7 +92,7 @@ pip3 install gevent-websocket msgpack-python gevent base58 merkletools rsa PySoc ynh_script_progression --message="Restoring the systemd configuration..." ynh_restore_file --origin_path="/etc/systemd/system/$app.service" -systemctl enable $app.service +systemctl enable $app.service --quiet #================================================= # INTEGRATE SERVICE IN YUNOHOST