1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gitlab_ynh.git synced 2024-09-03 18:36:35 +02:00

add some ynh_exec_warn_less

This commit is contained in:
Kay0u 2023-05-24 17:54:17 +02:00
parent dc19f860b8
commit 5d7cb959b6
No known key found for this signature in database
GPG key ID: AAFEEB16CFA2AE2D
3 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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"

View file

@ -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"