Move touch command inside the while loop

This commit is contained in:
Blade of Darkness 2021-08-16 16:22:55 +02:00
parent 07fbc49188
commit 04e89eb481
1 changed files with 1 additions and 1 deletions

View File

@ -9,11 +9,11 @@ touch $SCHED
if [ -f $RUNNING ]; then
echo "Ansible is currently running."
else
touch $RUNNING
cd /var/thunix/ansible
while [ -f $SCHED ]
do
rm $SCHED
touch $RUNNING
/usr/bin/git pull
/usr/local/bin/ansible-playbook -i /var/thunix/ansible/hosts /var/thunix/ansible/site.yml -u root
touch $HOOK