From 9d89462d5b3943df1822b2d23c0a7619d0906150 Mon Sep 17 00:00:00 2001 From: Thorsten Date: Sat, 21 Dec 2024 10:38:22 +0100 Subject: [PATCH] readme --- shell_ntfy_remote_shutdown.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell_ntfy_remote_shutdown.sh b/shell_ntfy_remote_shutdown.sh index 22545d3..a9751a6 100644 --- a/shell_ntfy_remote_shutdown.sh +++ b/shell_ntfy_remote_shutdown.sh @@ -28,4 +28,4 @@ curl -s -X POST "$NTFY_URL" \ }" # 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" \ No newline at end of file