We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca539d5 commit d24b060Copy full SHA for d24b060
bin/ghe-restore
@@ -98,6 +98,7 @@ cleanup () {
98
# This function's type definition is being passed to a remote host via `ghe-ssh` but is not used locally.
99
# shellcheck disable=SC2034
100
cleanup_cluster_nodes() {
101
+ uuid="$1"
102
if [ -z "$uuid" ]; then
103
echo "Node UUID required."
104
exit 2
0 commit comments