Skip to content

Commit

Permalink
better progress output
Browse files Browse the repository at this point in the history
  • Loading branch information
traceypooh committed Mar 18, 2024
1 parent 19a2769 commit 0dd019c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ podman -v > /dev/null || exit 1
(
# clear any prior run (likely fail?)
set +e
podman stop hind hind-init
podman rm -v hind hind-init
podman stop hind
podman stop hind-init
podman rm -v hind
podman rm -v hind-init
podman secret rm HIND_N
podman secret rm HIND_C
podman secret rm NOMAD_TOKEN
Expand Down Expand Up @@ -54,7 +56,7 @@ podman -v > /dev/null || exit 1
podman run --net=host --privileged --cgroupns=host \
-v ${VLC}:/var/lib/containers \
-e FQDN -e HOST_UNAME \
--name hind-init $QUIET "$@" $IMG > $OUT
--name hind-init $QUIET "$@" $IMG
podman commit $QUIET hind-init localhost/hind > $OUT
podman rm -v hind-init > $OUT
)
Expand Down

0 comments on commit 0dd019c

Please sign in to comment.