usr/local/bin/custom/poe.sh aktualisiert

This commit is contained in:
2026-07-12 08:36:58 +02:00
parent 4b12975107
commit 15ab66fef2
+9
View File
@@ -106,6 +106,15 @@ function manual_restart() {
done
}
if [[ "$1" == "restart" ]]; then
if [[ -z "$2" ]]; then
echo "MAC-Adresse fehlt."
exit 1
fi
manual_restart "$2"
exit 0
fi
echo "" > "$LOGFILE"
while true; do