fix: don't use an array
This commit is contained in:
parent
517ad86c54
commit
45d4840b23
3
justfile
3
justfile
@ -80,9 +80,8 @@ install-fzf:
|
||||
|
||||
auto-podman-compose:
|
||||
#!/usr/bin/env bash
|
||||
containers(anonymous-overflow breezewiki dumb freshrss gothub lingva-translate privatebin redlib searxng shaarli)
|
||||
COMPOSE_DIR="${HOME}/podman-services"
|
||||
for ctn in "${containers[@]}"; do
|
||||
for ctn in "anonymous-overflow" "breezewiki" "dumb" "freshrss" "gothub" "lingva-translate" "privatebin" "redlib" "searxng" "shaarli"; do
|
||||
cd "${COMPOSE_DIR}/${ctn}"
|
||||
podman-compose down
|
||||
podman-compose pull
|
||||
|
Loading…
x
Reference in New Issue
Block a user