mirror of
https://github.com/YunoHost-Apps/gitlab_ynh.git
synced 2024-09-03 18:36:35 +02:00
Update _common.sh
This commit is contained in:
parent
0dc2640b47
commit
cc8f789bb4
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ waiting_to_start() {
|
||||||
# get the PID of the tail command
|
# get the PID of the tail command
|
||||||
local pid_tail=$!
|
local pid_tail=$!
|
||||||
|
|
||||||
for i in $(seq 1 500); do
|
for i in $(seq 1 1000); do
|
||||||
if grep --quiet "${line_match_new}" $templog || grep --quiet "${line_match_existing}" $templog; then
|
if grep --quiet "${line_match_new}" $templog || grep --quiet "${line_match_existing}" $templog; then
|
||||||
echo "Gitlab has correctly started." >&2
|
echo "Gitlab has correctly started." >&2
|
||||||
break
|
break
|
||||||
|
|
Loading…
Reference in a new issue