newkernel: Oops wrong comment.
Some checks reported errors
continuous-integration/drone/push Build encountered an error
continuous-integration/drone/pr Build encountered an error

This commit is contained in:
Benoît S. 2019-08-22 17:36:25 +02:00
parent b80801b1e3
commit c4ae3afa89

View file

@ -7,7 +7,7 @@ configFile="/etc/evolinux/newkernel.cnf"
template=$(mktemp --tmpdir=/tmp evoupdate.XXX)
clientmail=$(grep EVOMAINTMAIL /etc/evomaintenance.cf | cut -d'=' -f2)
mailto=$clientmail
# By default, plan the reboot in 3 weeks a thursday
# By default, plan the reboot next month thursday
date="$(date --date="next thursday + 3 weeks")"
hour="entre 18h00 et 23h00"
hostname=$(grep HOSTNAME /etc/evomaintenance.cf | cut -d'=' -f2)