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:
parent
dc19f860b8
commit
5d7cb959b6
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue