From 5bd2c101feee643686d24f8335229ae0aeb686cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Wed, 26 Oct 2016 12:07:58 +0200 Subject: [PATCH] Restore DB from 'cloud' subdir --- restore-db.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/restore-db.sh b/restore-db.sh index ccb2014c..9f575ace 100755 --- a/restore-db.sh +++ b/restore-db.sh @@ -9,4 +9,4 @@ echo "THIS WILL DROP EXISTING CONNECTIONS" echo "Press [ENTER] to continue, [CTRL]+[C] to abort." read dummy -mongorestore -h localhost:27017 -d eve --drop --maintainInsertionOrder --stopOnError "$1/eve" +mongorestore -h localhost:27017 -d eve --drop --maintainInsertionOrder --stopOnError "$1/cloud"