added sleep in getdomains

This commit is contained in:
Morozov Dmitriy
2024-06-04 16:26:16 +03:00
parent 5625c795ba
commit fb91e5c9f5
2 changed files with 3 additions and 0 deletions

View File

@@ -530,6 +530,7 @@ cat << 'EOF' >> /etc/init.d/getdomains
else else
echo "GitHub is not available. Check the internet availability [$count]" echo "GitHub is not available. Check the internet availability [$count]"
count=$((count+1)) count=$((count+1))
sleep 5
fi fi
done done

View File

@@ -34,6 +34,7 @@ start () {
else else
echo "GitHub is not available. Check the internet availability [$count]" echo "GitHub is not available. Check the internet availability [$count]"
count=$((count+1)) count=$((count+1))
sleep 5
fi fi
done done
@@ -71,6 +72,7 @@ start () {
else else
echo "antifilter.download is not available. Check the internet availability [$count]" echo "antifilter.download is not available. Check the internet availability [$count]"
count=$((count+1)) count=$((count+1))
sleep 5
fi fi
done done