little more

This commit is contained in:
stryan 2024-09-04 21:46:06 -04:00 committed by stryan
parent 3d09db348d
commit 70175ffc43

View File

@ -1,5 +1,5 @@
#!/bin/bash #!/bin/bash
cp /run/secrets/pack_config config.json cp /run/secrets/config_json config.json
for d in packs/*/ ; do for d in packs/*/ ; do
sticker-pack "$d" --add-to-index web/packs/ sticker-pack "$d" --add-to-index web/packs/
done done