Compare commits

..

2 Commits

Author SHA1 Message Date
f8dfde8b9b Remove shell_ntfy_remote_shutdown.env from version control 2024-12-21 10:40:23 +01:00
9d89462d5b readme 2024-12-21 10:38:22 +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"