From 59142561e55073f514d569b673c7093f4e1276fd Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 22 Jun 2022 14:41:26 +0200 Subject: [PATCH] Update run.txt --- mealie/rootfs/run.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mealie/rootfs/run.txt b/mealie/rootfs/run.txt index 316049bad..f1d47202b 100644 --- a/mealie/rootfs/run.txt +++ b/mealie/rootfs/run.txt @@ -45,7 +45,10 @@ fi ################ #Sets caddyfile to 9925 as default port -if [ -f /app/Caddyfile ]; then sed -i "s/80/9925/g" /app/Caddyfile; fi +if [ -f /app/Caddyfile ]; then + sed -i "s/80/9925/g" /app/Caddyfile + echo "Caddyfile adapted" +fi ####### # SSL #