From 3accf3d8bddd3e99b46ba81cc10dac17007e33c4 Mon Sep 17 00:00:00 2001 From: Jean Froment Date: Sun, 6 Mar 2022 18:24:57 +0100 Subject: [PATCH] Fix run-seedbox script --- run-seedbox.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-seedbox.sh b/run-seedbox.sh index cfe6c5a..741e661 100755 --- a/run-seedbox.sh +++ b/run-seedbox.sh @@ -243,7 +243,7 @@ for json in $(yq eval -o json config.yaml | jq -c ".services[]"); do done # Convert properties files into Traefik-ready YAML and place it in the correct folder loaded by Traefik -mv traefik/custom/dynamic-rules.yaml traefik/custom/dynamic-rules-old.yaml +mv traefik/custom/dynamic-rules.yaml traefik/custom/dynamic-rules-old.yaml || true yq -p=props rules.props > traefik/custom/dynamic-rules.yaml rm -f rules.props