diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-05-09 17:07:39 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-05-09 17:07:39 +0200 |
commit | 2e2e1eae7b19b9dd4161b0ffa03be2442968e309 (patch) | |
tree | 32dd1dfa3aeb917903a3d586841892eaa949b31f /hosts | |
parent | 3dd07d39a46f898c370416e46a6fa7d55af75299 (diff) | |
download | jenkins.debian.net-2e2e1eae7b19b9dd4161b0ffa03be2442968e309.tar.xz |
remove bogus comment
Diffstat (limited to 'hosts')
-rwxr-xr-x | hosts/jenkins/etc/rc.local | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/hosts/jenkins/etc/rc.local b/hosts/jenkins/etc/rc.local index c2838549..34587a9a 100755 --- a/hosts/jenkins/etc/rc.local +++ b/hosts/jenkins/etc/rc.local @@ -6,10 +6,6 @@ # Make sure that the script will "exit 0" on success or any other # value on error. # -# In order to enable or disable this script just change the execution -# bits. -# -# By default this script does nothing. MESSAGE="$(hostname -f) rebooted" echo "$(date -u) - system was rebooted" | mail -s "$MESSAGE" root |