mirror of
https://github.com/jbowdre/library-syncer.git
synced 2024-11-21 09:22:18 +00:00
newline at EOF
This commit is contained in:
parent
8d299a752f
commit
356a301f44
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
:80 {
|
:80 {
|
||||||
root * /syncer/library
|
root * /syncer/library
|
||||||
file_server
|
file_server
|
||||||
}
|
}
|
||||||
|
|
|
@ -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 "$@"
|
||||||
|
|
Loading…
Reference in a new issue