Skip to content
Snippets Groups Projects
Commit 1e455435 authored by Joost Hemmen's avatar Joost Hemmen :basketball:
Browse files

fix permissions and add crontab.txt to .gitignore

parent f7bb1d47
No related branches found
No related tags found
1 merge request!152Resolve "wrong path in cv sync job"
Pipeline #383215 passed
......@@ -14,3 +14,4 @@ data/
!data/tomcat/context/.gitkeep
/Pipfile
docker-compose-dev.yml
cron/crontab.txt
......@@ -27,4 +27,5 @@ tree -pugfi /home/tsm/html
# Create crontab.txt if it not already exists
if [ ! -f "/tmp/cron/crontab.txt" ]; then
touch "/tmp/cron/crontab.txt"
chmod 666 "/tmp/cron/crontab.txt"
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment