From ae031115517b2ab131f67fe0d304a60e668ad9a4 Mon Sep 17 00:00:00 2001 From: mischa Date: Sun, 13 Nov 2022 21:14:43 +0100 Subject: [PATCH] added pushover title for relaunch.sh --- relaunch.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/relaunch.sh b/relaunch.sh index df8d272..7a5b0c0 100755 --- a/relaunch.sh +++ b/relaunch.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2019-2021 Mischa Peters +# Copyright (c) 2019-2022 Mischa Peters # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -55,5 +55,5 @@ if [ $? ]; then echo echo "SUCCES! - re-deployed ${1}" notify.pl redeployed ${1} - pushover.pl -m "$(hostname -s) ${1} re-deployed" + pushover.pl -m "$(hostname -s) ${1} re-deployed" -t "OpenBSD Amsterdam" fi