Commit e6325f67 authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

playbook: we need absolute path for cron jobs

parent 9c543e37
......@@ -4,5 +4,5 @@ FILE=/opt/upgrader/REBOOT_REQUIRED
if [[ -f "$FILE" ]];
then
rm $FILE
reboot
/sbin/reboot
fi
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment