This commit is contained in:
alcapone1933
2022-12-31 02:43:44 +01:00
parent 625359ff46
commit 909890dd60
9 changed files with 101 additions and 52 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
DATUM=$(date +%Y-%m-%d\ %H:%M:%S)
set -e
# set -e
if ! curl -4sf --user-agent "${CURL_USER_AGENT}" "https://ipv64.net" 2>&1 > /dev/null; then
echo "$DATUM FEHLER !!! - 404 Sie haben kein Netzwerk oder Internetzugang oder die Webseite ipv64.net ist nicht erreichbar"
exit 1