diff options
Diffstat (limited to 'hosts/hb0-armhf-rb/etc/rc.local')
-rwxr-xr-x | hosts/hb0-armhf-rb/etc/rc.local | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/hb0-armhf-rb/etc/rc.local b/hosts/hb0-armhf-rb/etc/rc.local index 9493d09d..1c4ece10 100755 --- a/hosts/hb0-armhf-rb/etc/rc.local +++ b/hosts/hb0-armhf-rb/etc/rc.local @@ -11,6 +11,6 @@ # # By default this script does nothing. -echo "$(date) - system was rebooted" | mail -s "$(hostname -f) rebooted" root +echo "$(date -u) - system was rebooted" | mail -s "$(hostname -f) rebooted" root exit 0 |