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 7f7c54c commit f9169c1Copy full SHA for f9169c1
docs/user/agent/add-node/node-joiner-monitor.sh
@@ -7,7 +7,7 @@ if [ $# -eq 0 ]; then
7
exit 1
8
fi
9
10
-ipAddresses=$@
+ipAddresses="$*"
11
12
# Setup a cleanup function to ensure to remove the temporary
13
# file when the script will be completed.
0 commit comments