um-config-service: improve boottime.

BugzID: 67745

Signed-off-by: Lucien Mueller <lucien.mueller@netmodule.com>
This commit is contained in:
Lucien Mueller 2020-12-17 14:33:47 +01:00
parent 79c0e2afd5
commit a399a3e58d
1 changed files with 0 additions and 1 deletions

View File

@ -42,7 +42,6 @@ counter=0
until [[ counter -ge $max_retry ]]
do
sleep 1
echo "Probing um. #$counter"
ping -qc 1 -W 1 $USER_MODULE_ipv4_addr && break
((counter++))