From a2388764277386927bb7fb5dff4b1bc128d5879c Mon Sep 17 00:00:00 2001 From: Marc Cataford Date: Tue, 9 Apr 2024 00:25:55 -0400 Subject: [PATCH] chore(deadcode): remove unused htpasswd_parent var --- start.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/start.sh b/start.sh index 4aebfbc..029f06b 100755 --- a/start.sh +++ b/start.sh @@ -24,7 +24,6 @@ if [[ "$?" != "1" ]]; then echo "Volume $data_volume already exists." else podman volume create "$data_volume" - htpasswd_parent=$(podman volume inspect "$data_volume" | jq '.[0].Mountpoint' -r) echo "Created volume $data_volume." fi