1
0
Fork 0
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:
ljf (zamentur) 2021-10-20 13:55:53 +02:00 committed by GitHub
parent 1e2dab388d
commit f309b2d08f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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