mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-08 06:04:20 +08:00
break loop
This commit is contained in:
parent
c045508725
commit
f3cea1c8c9
1 changed files with 1 additions and 0 deletions
|
@ -135,6 +135,7 @@ setup_netclient() {
|
|||
for ((a = 1; a <= 90; a++)); do
|
||||
if [ -f "$file" ]; then
|
||||
found=true
|
||||
break
|
||||
fi
|
||||
sleep 1
|
||||
done
|
||||
|
|
Loading…
Add table
Reference in a new issue