printshopcreator/.docker/images/php/cron/bin/start-cron.sh
2022-12-28 19:28:50 +01:00

12 lines
270 B
Bash

#!/bin/bash
# start-cron.sh
rsyslogd
cron
touch /var/log/cron.log
chmod -R 0777 /var/log/cron.log
rm /data/www/new/var/cache/*
rm /data/www/new/var/log/*
chmod -R 0777 /data/www/new/var/cache
chmod -R 0777 /data/www/new/var/log
tail -F /var/log/syslog /var/log/cron.log