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