Skip to content
Snippets Groups Projects
Select Git revision
  • 265cd8374e3accc46b0cfaa1ba89e21fa263dd28
  • main default
  • with_hexapod_in_scene
  • ITA
  • moritzlennartz-main-patch-ec82
  • wzl
  • arxiv2412.12231v1
  • no_movement
8 results

crons

Blame
  • crons 264 B
    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