Files
crond/run.sh
opencodecabilloteu d1c751ee31
Docker Build and Push / lint (push) Successful in 8s
Docker Build and Push / lint (pull_request) Successful in 6s
Docker Build and Push / build (pull_request) Successful in 12s
Docker Build and Push / build (push) Successful in 17s
Docker Build and Push / test (pull_request) Successful in 15s
Docker Build and Push / test (push) Successful in 15s
Docker Build and Push / push (pull_request) Has been skipped
Docker Build and Push / push (push) Successful in 17s
fix: handle unset crond_line (nounset crash) and improve test diagnostics
2026-06-08 23:10:54 +00:00

7 lines
128 B
Bash
Executable File

#!/usr/bin/env sh
set -o pipefail -o nounset -o errexit
echo "${crond_line:-}" > "/etc/crontabs/root"
crond -f -L /dev/stdout