Give touch one second more
This commit is contained in:
parent
bd3d896030
commit
a1728c1886
|
@ -10,6 +10,7 @@ else
|
||||||
cd /var/thunix/ansible
|
cd /var/thunix/ansible
|
||||||
while [ $SCHED = 1 ]
|
while [ $SCHED = 1 ]
|
||||||
do
|
do
|
||||||
|
sleep 1
|
||||||
touch $RUNNING
|
touch $RUNNING
|
||||||
/usr/bin/git pull
|
/usr/bin/git pull
|
||||||
/usr/local/bin/ansible-playbook -i /var/thunix/ansible/hosts /var/thunix/ansible/site.yml -u root
|
/usr/local/bin/ansible-playbook -i /var/thunix/ansible/hosts /var/thunix/ansible/site.yml -u root
|
||||||
|
|
Loading…
Reference in New Issue