This commit is contained in:
2024-12-21 10:38:22 +01:00
parent 3fb0a83988
commit 9d89462d5b

View File

@@ -28,4 +28,4 @@ curl -s -X POST "$NTFY_URL" \
}" }"
# Server herunterfahren # Server herunterfahren
sshpass -p "$SSH_PASSWORD" ssh -o "StrictHostKeyChecking=no" "$SSH_USER@$SSH_HOST" "poweroff" sshpass -p "$SSH_PASSWORD" ssh -o "StrictHostKeyChecking=no" "$SSH_USER@$SSH_HOST" "poweroff"