#!/bin/bash CRON="/etc/cron.daily/dehydrated_autorenew"; && \ rm ${CRON}; && \ if [ ! -x ${CRON} ]; then cat > ${CRON} <