Skip to content

Commit 7c51afe

Browse files
committed
mongodb: final touches for creating initial user.
1 parent b5a779e commit 7c51afe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/modules/services/mongodb.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ let
4242
done
4343
4444
if [ "${cfg.initDatabaseUsername}" ] && [ "${cfg.initDatabasePassword}" ]; then
45-
echo "CREATING USER"
4645
rootAuthDatabase="admin"
4746
mongo ''${mongoShellArgs} "$rootAuthDatabase" >/dev/null <<-EOJS
4847
db.createUser({

0 commit comments

Comments
 (0)