From 5d7cb959b6481b80c76287db27bd9ec2f5448960 Mon Sep 17 00:00:00 2001 From: Kay0u Date: Wed, 24 May 2023 17:54:17 +0200 Subject: [PATCH] add some ynh_exec_warn_less --- scripts/change_url | 2 +- scripts/install | 2 +- scripts/upgrade | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/change_url b/scripts/change_url index 7d17bec..18453e8 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -123,7 +123,7 @@ ynh_add_config --template="$YNH_APP_BASEDIR/conf/gitlab.rb" --destination="$conf # RECONFIGURE GITLAB #================================================= -gitlab-ctl reconfigure +ynh_exec_warn_less gitlab-ctl reconfigure #================================================= # WAITING GITLAB diff --git a/scripts/install b/scripts/install index 5b09460..0f9c358 100644 --- a/scripts/install +++ b/scripts/install @@ -222,7 +222,7 @@ ApplicationSetting.last.update(password_authentication_enabled_for_web: $use_web #================================================= ynh_script_progression --message="Reconfigure GitLab..." --weight=13 -gitlab-ctl reconfigure +ynh_exec_warn_less gitlab-ctl reconfigure # Allow ssh for git usermod -a -G "ssh.app" "git" diff --git a/scripts/upgrade b/scripts/upgrade index 73e86da..5bce398 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -376,7 +376,7 @@ touch "$config_path/gitlab-persistent.rb" chown root:root "$config_path/gitlab-persistent.rb" chmod 640 "$config_path/gitlab-persistent.rb" -gitlab-ctl reconfigure +ynh_exec_warn_less gitlab-ctl reconfigure # Allow ssh for git usermod -a -G "ssh.app" "git"