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"