From 69cece67add0872e209999233c0c369baf9e5c9b Mon Sep 17 00:00:00 2001 From: Steve Date: Wed, 4 Sep 2024 21:46:06 -0400 Subject: [PATCH] little more --- create_packs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create_packs.sh b/create_packs.sh index 1e55b64..1dbb5d0 100755 --- a/create_packs.sh +++ b/create_packs.sh @@ -1,5 +1,5 @@ #!/bin/bash -cp /run/secrets/pack_config config.json +cp /run/secrets/config_json config.json for d in packs/*/ ; do sticker-pack "$d" --add-to-index web/packs/ done