newline at EOF

This commit is contained in:
John Bowdre 2022-08-22 16:58:16 -05:00
parent 8d299a752f
commit 356a301f44
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
:80 { :80 {
root * /syncer/library root * /syncer/library
file_server file_server
} }

View file

@ -40,4 +40,4 @@ echo -e "[$(date +"%Y/%m/%d-%H:%M:%S")] Starting caddy..."
/usr/sbin/caddy start -config /etc/caddy/Caddyfile /usr/sbin/caddy start -config /etc/caddy/Caddyfile
echo -e "[$(date +"%Y/%m/%d-%H:%M:%S")] Starting cron..." echo -e "[$(date +"%Y/%m/%d-%H:%M:%S")] Starting cron..."
exec "$@" exec "$@"