Skip to content

Commit

Permalink
fix for clustering
Browse files Browse the repository at this point in the history
  • Loading branch information
traceypooh committed Nov 11, 2024
1 parent 4fbd454 commit e72110f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,10 @@ fi
podman stop hind-init
podman rm -v hind
podman rm -v hind-init
podman secret rm HIND_N
podman secret rm HIND_C
if ( echo "$@" |grep -qv 'e FIRST=' ); then
podman secret rm HIND_N
podman secret rm HIND_C
fi
podman secret rm NOMAD_TOKEN
set -e
) > $OUT 2>&1
Expand Down

0 comments on commit e72110f

Please sign in to comment.