diff options
Diffstat (limited to 'hosts/hb0-armhf-rb/etc')
-rwxr-xr-x | hosts/hb0-armhf-rb/etc/rc.local | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/hb0-armhf-rb/etc/rc.local b/hosts/hb0-armhf-rb/etc/rc.local index d98b2916..f11b6b56 100755 --- a/hosts/hb0-armhf-rb/etc/rc.local +++ b/hosts/hb0-armhf-rb/etc/rc.local @@ -17,7 +17,7 @@ systemctl stop systemd-timesyncd systemctl stop systemd-timedated ntpdate -b us.pool.ntp.org echo "$(date) - system was rebooted" | mail -s "$(hostname -f) rebooted" root -date --set="+400 days" -echo "$(date) - system is running in the future now" | mail -s "$(hostname -f) in the future" root +date --set="-400 days" +echo "$(date) - system is running in the past now" | mail -s "$(hostname -f) in the past" root exit 0 |