1 Commits

Author SHA1 Message Date
Morozov Dmitriy
7f127fb08f Merge 5625c795ba into aae9c50f10 2024-06-03 11:56:19 +00:00
2 changed files with 0 additions and 3 deletions

View File

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