2 Commits

Author SHA1 Message Date
Morozov Dmitriy
f7e31459b0 Merge fb91e5c9f5 into aae9c50f10 2024-06-04 13:26:36 +00:00
Morozov Dmitriy
fb91e5c9f5 added sleep in getdomains 2024-06-04 16:26:16 +03:00
2 changed files with 3 additions and 0 deletions

View File

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

View File

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