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

Merge pull request #23 from YunoHost-Apps/master

Update Testing
This commit is contained in:
Kayou 2019-01-29 12:01:44 +01:00 committed by GitHub
commit f53c1a4fdb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -157,7 +157,7 @@ waiting_to_start() {
# get the PID of the tail command
local pid_tail=$!
for i in $(seq 1 1000); do
for i in $(seq 1 3600); do
if grep --quiet "${line_match_new}" $templog || grep --quiet "${line_match_existing}" $templog; then
echo "Gitlab has correctly started." >&2
break