Skip to content

Commit 39a696a

Browse files
committed
fix: deleted unused 'mamonsu-user' bootstrap parameter check
1 parent 958fd1e commit 39a696a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

mamonsu/tools/bootstrap/start.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,6 @@ def __init__(self):
7777
else:
7878
parser.print_help()
7979
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)
8480
if self.args.dbname is None:
8581
sys.stderr.write("ERROR: Database for mamonsu is not specified\n")
8682
parser.print_bootstrap_help()

0 commit comments

Comments
 (0)