mirror of
https://github.com/YunoHost-Apps/gitlab_ynh.git
synced 2024-09-03 18:36:35 +02:00
[fix] Don't display all db migration log
This commit is contained in:
parent
1e2dab388d
commit
f309b2d08f
1 changed files with 2 additions and 2 deletions
|
@ -308,7 +308,7 @@ then
|
|||
chown root:root "$config_path/gitlab-persistent.rb"
|
||||
chmod 640 "$config_path/gitlab-persistent.rb"
|
||||
|
||||
gitlab-ctl reconfigure
|
||||
gitlab-ctl reconfigure > /dev/null
|
||||
fi
|
||||
fi
|
||||
done
|
||||
|
@ -325,7 +325,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
|
||||
gitlab-ctl reconfigure > /dev/null
|
||||
|
||||
# Allow ssh for git
|
||||
usermod -a -G "ssh.app" "git"
|
||||
|
|
Loading…
Add table
Reference in a new issue