Correct typo.

This commit is contained in:
Darren 'Tadgy' Austin 2023-11-11 20:28:50 +00:00
commit dd09c3c72e

View file

@ -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
}