From 36bbf54e16a34b56dd9ba2d0ca6fe398fb8080c8 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Thu, 4 Jul 2024 00:41:34 -0400 Subject: [PATCH] fix docker fetch --- utils/fetch-docker.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/utils/fetch-docker.sh b/utils/fetch-docker.sh index fb2dd7e..f9beca9 100755 --- a/utils/fetch-docker.sh +++ b/utils/fetch-docker.sh @@ -15,7 +15,8 @@ parent_path=$(dirname "$script_path") # format: ,,,, images=( # commented out until palatine-hill docker changes are live - #"nextcloud,apache,amd64,linux,/systems/palatine-hill/docker/nextcloud-image/nextcloud-apache.nix" + "nextcloud,apache,amd64,linux,/systems/palatine-hill/docker/nextcloud-image/nextcloud-apache.nix" + ) IFS="," while read -r name tag arch os relpath; do