mirror of
https://github.com/nodemailer/wildduck.git
synced 2025-02-25 16:34:36 +08:00
install mongo cli
This commit is contained in:
parent
c1375b7f0a
commit
783ca5a333
1 changed files with 9 additions and 0 deletions
|
@ -1,5 +1,14 @@
|
|||
#!/bin/bash
|
||||
|
||||
echo "ENV"
|
||||
ENV
|
||||
|
||||
echo "PATH"
|
||||
echo $PATH
|
||||
|
||||
echo "which mongo"
|
||||
which mongo
|
||||
|
||||
DBNAME="$1"
|
||||
|
||||
echo "Clearing DB"
|
||||
|
|
Loading…
Reference in a new issue