Skip to content
Snippets Groups Projects
Commit 4527c582 authored by Leon Michel Gorißen's avatar Leon Michel Gorißen
Browse files

chore: removed playing around cron jobs

parent 265cd837
Branches
No related merge requests found
SHELL=/bin/bash
0 2 * * * /bin/bash -c 'source /etc/environment && /usr/bin/python3 $PYTHON_SCRIPT_PATH >> /var/log/cron.log 2>&1'
* * * * * /bin/bash -c 'source /etc/environment && echo $COSCINE_API_TOKEN >> /var/log/cron_test.log 2>&1'
# Required empty newline
echo "Displaying env vars..."
echo $COSCINE_API_TOKEN
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment