summaryrefslogtreecommitdiffstats
path: root/hosts/bpi0-armhf-rb
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-12-21 11:09:50 +0100
committerHolger Levsen <holger@layer-acht.org>2015-12-21 11:15:48 +0100
commit27ab8b8e5c9d6cec8cb4ea3f7159837753cc207c (patch)
tree97fe7c56a82ab0201f8a7f288bc5861f0c655b67 /hosts/bpi0-armhf-rb
parent0bc5b6953731532fa3b03b60135fed80cdd3fc52 (diff)
downloadjenkins.debian.net-27ab8b8e5c9d6cec8cb4ea3f7159837753cc207c.tar.xz
use 'date -u' always
Diffstat (limited to 'hosts/bpi0-armhf-rb')
-rwxr-xr-xhosts/bpi0-armhf-rb/etc/rc.local2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/bpi0-armhf-rb/etc/rc.local b/hosts/bpi0-armhf-rb/etc/rc.local
index 9493d09d..1c4ece10 100755
--- a/hosts/bpi0-armhf-rb/etc/rc.local
+++ b/hosts/bpi0-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