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.
2 parents 7c4f93d + 79eb184 commit f433c6dCopy full SHA for f433c6d
MtdrSpring/utils/main-setup.sh
@@ -86,7 +86,7 @@ while ! state_done RUN_NAME; do
86
# Validate run name. Must be between 1 and 13 characters, only letters or numbers, starting with letter
87
if [[ "$DN" =~ ^[a-zA-Z][a-zA-Z0-9]{0,12}$ ]]; then
88
state_set RUN_NAME `echo "$DN" | awk '{print tolower($0)}'`
89
- state_set MTDR_DB_NAME "$(state_get RUN_NAME)o"
+ state_set MTDR_DB_NAME "$(state_get RUN_NAME)$(state_get MTDR_KEY)"
90
else
91
echo "Error: Invalid directory name $RN. The directory name must be between 1 and 13 characters,"
92
echo "containing only letters or numbers, starting with a letter. Please restart the workshop with a valid directory name."
0 commit comments