Compare commits

..

1 Commits

Author SHA1 Message Date
0de7a4b2c0 shell_ntfy_remote_shutdown.env gelöscht 2024-12-21 10:37:23 +01:00

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"