chore(deadcode): remove unused htpasswd_parent var
Some checks failed
/ test (push) Has been cancelled
Some checks failed
/ test (push) Has been cancelled
This commit is contained in:
parent
019188cd37
commit
a238876427
1 changed files with 0 additions and 1 deletions
1
start.sh
1
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue