BuildEnvironments/NextCloud/entrypoint.sh

12 lines
227 B
Bash
Raw Permalink Normal View History

2024-11-08 12:59:46 -07:00
#!/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