diff options
Diffstat (limited to 'hosts/jenkins')
-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 |