From dc53590216171042b28bd2aff706c4697a4ff3ae Mon Sep 17 00:00:00 2001 From: Mat Date: Mon, 24 Apr 2023 22:41:57 +0200 Subject: [PATCH] removed duplicate line that's what happens when you edit stuff on the github site --- services/AUTOMATIC1111/entrypoint.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/services/AUTOMATIC1111/entrypoint.sh b/services/AUTOMATIC1111/entrypoint.sh index b0a0167..9955ed5 100755 --- a/services/AUTOMATIC1111/entrypoint.sh +++ b/services/AUTOMATIC1111/entrypoint.sh @@ -9,7 +9,6 @@ find "${ROOT}/scripts/" -maxdepth 1 -type l -delete cp -vrfTs /data/config/auto/scripts/ "${ROOT}/scripts/" # config.json for auto -cp -n /docker/config.json /data/config/auto/config.json ## Step 1: Copy default config to user config if missing cp -n /docker/config.json /data/config/auto/config.json ## Step 2: Put the default config and user config into vars