summaryrefslogtreecommitdiffstats
path: root/hosts/profitbricks-build2-amd64
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/profitbricks-build2-amd64')
-rwxr-xr-xhosts/profitbricks-build2-amd64/etc/rc.local4
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/profitbricks-build2-amd64/etc/rc.local b/hosts/profitbricks-build2-amd64/etc/rc.local
index 7940adf5..9f9cb358 100755
--- a/hosts/profitbricks-build2-amd64/etc/rc.local
+++ b/hosts/profitbricks-build2-amd64/etc/rc.local
@@ -17,7 +17,7 @@ systemctl stop systemd-timesyncd
systemctl stop systemd-timedated
ntpdate -b de.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