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 d3af130 commit ec881d4Copy full SHA for ec881d4
logging/bin/onboard.sh
@@ -219,9 +219,7 @@ if [ "$createuser" == "true" ]; then
219
log_warn "You can create a new user with the appropriate access controls by calling the logging/bin/user.sh script directly."
220
else
221
if [ -z "$tenant" ]; then
222
- set -x
223
./logging/bin/user.sh CREATE -ns "$namespace" -u "$inituser" "$passwdarg"
224
- set +x
225
226
./logging/bin/user.sh CREATE -ns "$namespace" -t "$tenant" -u "$inituser" "$passwdarg"
227
fi
0 commit comments