Skip to content

Commit 78365ee

Browse files
committed
Username is required
1 parent fcfb062 commit 78365ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup-file.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ q_clusterDB = function (callback) {
148148

149149
q_userName = function (callback) {
150150
// the Database Username
151+
common.validateNotNull(setupConfig.userName, 'You Must Provide a Username', rl);
151152
dynamoConfig.Item.loadClusters.L[0].M.connectUser = {
152153
S: setupConfig.userName
153154
};

0 commit comments

Comments
 (0)