#!/bin/sh CRONTAB=${CRONTAB:-"0 12 * * *"} echo "${CRONTAB} /app/backup.sh" > /etc/crontabs/root crond -f