From 356a301f44dc4a96442d7c4ec9942948d3540e47 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Mon, 22 Aug 2022 16:58:16 -0500 Subject: [PATCH] newline at EOF --- client/build/Caddyfile | 2 +- client/build/entrypoint.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/build/Caddyfile b/client/build/Caddyfile index 9eeea4b..4c96994 100644 --- a/client/build/Caddyfile +++ b/client/build/Caddyfile @@ -1,4 +1,4 @@ :80 { root * /syncer/library file_server -} \ No newline at end of file +} diff --git a/client/build/entrypoint.sh b/client/build/entrypoint.sh index 17dc13c..4023399 100644 --- a/client/build/entrypoint.sh +++ b/client/build/entrypoint.sh @@ -40,4 +40,4 @@ echo -e "[$(date +"%Y/%m/%d-%H:%M:%S")] Starting caddy..." /usr/sbin/caddy start -config /etc/caddy/Caddyfile echo -e "[$(date +"%Y/%m/%d-%H:%M:%S")] Starting cron..." -exec "$@" \ No newline at end of file +exec "$@"