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 ...@@ -4,5 +4,5 @@ FILE=/opt/upgrader/REBOOT_REQUIRED
if [[ -f "$FILE" ]]; if [[ -f "$FILE" ]];
then then
rm $FILE rm $FILE
reboot /sbin/reboot
fi 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