From 25992b9ff3ffde6be4ea82ebd5b8cbd2ab82ed16 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 8 Feb 2021 21:29:31 +0100 Subject: [PATCH] Fix linter warnings --- check_process | 2 +- scripts/restore | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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