Fix incomplete git command

This commit is contained in:
OpenVisor 2024-06-28 23:36:32 +02:00
parent ed68845582
commit 4cc4616784

View file

@ -3,7 +3,7 @@
#!/bin/bash #!/bin/bash
REPOSITORY=/opt/geschichtenfabio-dockerized REPOSITORY=/opt/geschichtenfabio-dockerized
git --work-tree=${REPOSITORY} --git-dir=${REPOSITORY} -f git --work-tree=${REPOSITORY} --git-dir=${REPOSITORY} checkout -f
touch ${REPOSITORY}/FLAG-FOR-CRONJOB-DOCKER-AUTOMATION touch ${REPOSITORY}/FLAG-FOR-CRONJOB-DOCKER-AUTOMATION
# content of /etc/cron.daily/geschichtenfabio-docker-automation # content of /etc/cron.daily/geschichtenfabio-docker-automation