break loop

This commit is contained in:
abhishek9686 2024-10-07 09:43:37 +04:00
parent c045508725
commit f3cea1c8c9

View file

@ -135,6 +135,7 @@ setup_netclient() {
for ((a = 1; a <= 90; a++)); do
if [ -f "$file" ]; then
found=true
break
fi
sleep 1
done