diff --git a/actions/example-cron/setup.sh b/actions/example-cron/setup.sh index db8208f..ee70b92 100755 --- a/actions/example-cron/setup.sh +++ b/actions/example-cron/setup.sh @@ -1,2 +1,3 @@ -mkdir /srv/example-cron-volume +rm -fr /srv/example-cron-volume +mkdir -p /srv/example-cron-volume FORGEJO_RUNNER_CONFIG=$EXAMPLE_DIR/runner-config.yaml forgejo-runner.sh reload