Commit e19e7247 authored by Rafael Monnerat's avatar Rafael Monnerat

playbook: Small syntax fix on the bash script

parent 7c386c09
#!/bin/bash
FILE=/opt/upgrader/REBOOT_REQUIRED
if [ -f "$FILE"];
if [[ -f "$FILE" ]];
then
rm $FILE
reboot
......
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