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 958fd1e commit 39a696aCopy full SHA for 39a696a
mamonsu/tools/bootstrap/start.py
@@ -77,10 +77,6 @@ def __init__(self):
77
else:
78
parser.print_help()
79
sys.exit(1)
80
- if self.args.mamonsu_username is None:
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()
0 commit comments