From 064c15165e9ebd4f63ac62b0a3733e41660fcbab Mon Sep 17 00:00:00 2001 From: yalh76 Date: Tue, 5 Feb 2019 11:55:07 +0100 Subject: [PATCH] Solving restore error --- scripts/restore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/restore b/scripts/restore index e02c5ba..04ba715 100644 --- a/scripts/restore +++ b/scripts/restore @@ -64,7 +64,7 @@ ynh_install_app_dependencies "mongodb mongodb-server" # Start mogodb systemctl enable mongodb systemctl start mongodb -mongorestore --db $app ./dump +mongorestore --db $app ./dump/$app #================================================= # SPECIFIC SETUP