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 59e107b commit 958fd1eCopy full SHA for 958fd1e
mamonsu/tools/bootstrap/start.py
@@ -81,6 +81,10 @@ def __init__(self):
81
sys.stderr.write("ERROR: Database non-privileged username for mamonsu is not specified\n")
82
parser.print_bootstrap_help()
83
sys.exit(1)
84
+ if self.args.dbname is None:
85
+ sys.stderr.write("ERROR: Database for mamonsu is not specified\n")
86
+ parser.print_bootstrap_help()
87
+ sys.exit(1)
88
89
if not self.args.dbname:
90
self.args.dbname = self.args.username
0 commit comments