Fixed crontab permissions.
This commit is contained in:
parent
ddcd15e70f
commit
48bbf5bcfa
@ -1,5 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
sudo chown root. crontab
|
sudo chown root. crontab
|
||||||
|
sudo chmod 644 crontab
|
||||||
# --force-recreate is used to recreate container when crontab file has changed
|
# --force-recreate is used to recreate container when crontab file has changed
|
||||||
unset VERSION_PROXY VERSION_CRON
|
unset VERSION_PROXY VERSION_CRON
|
||||||
VERSION_PROXY=$(git ls-remote ssh://git@git.scimetis.net:2222/yohan/docker-reverse-proxy.git| head -1 | cut -f 1|cut -c -10) \
|
VERSION_PROXY=$(git ls-remote ssh://git@git.scimetis.net:2222/yohan/docker-reverse-proxy.git| head -1 | cut -f 1|cut -c -10) \
|
||||||
|
Loading…
Reference in New Issue
Block a user