diff --git a/etc/rc.shutdown b/etc/rc.shutdown index 51e9383..baae65f 100755 --- a/etc/rc.shutdown +++ b/etc/rc.shutdown @@ -7,5 +7,5 @@ [[ ! -e /run/rc-shutdown-ran ]] && { [[ -x /opt/bin/pushover-client ]] && /opt/bin/pushover-client -p -1 -m "Shutting down: ${HOSTNAME%%.*}" - toch /run/rc-shutdown-ran + touch /run/rc-shutdown-ran }