BuildEnvironments/NextCloud/entrypoint.sh
2024-11-08 12:59:46 -07:00

12 lines
No EOL
227 B
Bash

#!/bin/bash
if [ -f /var/www/html/.fresh ]
then
rsync -a --progress -h --delete /var/www/htmlx/ /var/www/html/
fi
crontab /etc/crontab
service cron start
chown -Rv www-data:www-data /var/www/html
apache2ctl -D FOREGROUND