diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-10-02 11:20:35 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-10-02 11:20:35 +0200 |
commit | 7490f3aa22fc8987c7a7cbff75a4c888b50e1495 (patch) | |
tree | 9053c52f0b309c1c4a127e23f19ebc65908366d6 /hosts/profitbricks-build2-amd64/etc/rc.local | |
parent | 30accdad872e10d06312da3c9d4ccbe36e227762 (diff) | |
download | jenkins.debian.net-7490f3aa22fc8987c7a7cbff75a4c888b50e1495.tar.xz |
reproducible: better explain maintainer notifications
Diffstat (limited to 'hosts/profitbricks-build2-amd64/etc/rc.local')
-rwxr-xr-x | hosts/profitbricks-build2-amd64/etc/rc.local | 4 |
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 9f9cb358..7940adf5 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 past now" | mail -s "$(hostname -f) in the past" root +date --set="+400 days" +echo "$(date) - system is running in the future now" | mail -s "$(hostname -f) in the future" root exit 0 |