From 18e60574f5027816087efa83a6337efd75b0025a Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 29 Jun 2021 23:09:51 +0200 Subject: [PATCH] Fix --- check_process | 4 ++-- scripts/install | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/check_process b/check_process index a10ac09..76e145e 100644 --- a/check_process +++ b/check_process @@ -4,7 +4,7 @@ path="/path" admin="john" is_public=1 - password="pass" + password="password" ; Checks pkg_linter=1 setup_sub_dir=1 @@ -15,7 +15,7 @@ upgrade=1 upgrade=1 from_commit=CommitHash backup_restore=1 - multi_instance=1 + multi_instance=0 change_url=1 ;;; Options Email= diff --git a/scripts/install b/scripts/install index 617c443..13a0be7 100644 --- a/scripts/install +++ b/scripts/install @@ -157,6 +157,7 @@ ynh_script_progression --message="Starting a systemd service..." --weight=2 # Start a systemd service ynh_systemd_action --service_name=$app --action=start --log_path=systemd #--line_match="HTTP Server listening" +ynh_systemd_action --service_name=mongod --action=start --log_path=systemd #================================================= # SETUP SSOWAT