From 25161d4bb9f04bd51765d587a650e000a72da928 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Fri, 15 Mar 2019 19:29:38 +0100 Subject: [PATCH] Spelling --- scripts/install | 2 +- scripts/restore | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 001e544..78ea13f 100755 --- a/scripts/install +++ b/scripts/install @@ -109,7 +109,7 @@ ynh_install_app_dependencies $pkg_dependencies #================================================= ynh_print_info "Starting mongodb ..." -# Start mogodb +# Start mongodb systemctl enable mongodb systemctl restart mongodb diff --git a/scripts/restore b/scripts/restore index 6998671..cccd9a3 100644 --- a/scripts/restore +++ b/scripts/restore @@ -95,7 +95,7 @@ ynh_install_app_dependencies $pkg_dependencies #================================================= ynh_print_info "Restoring the MongoDB database..." -# Start mogodb +# Start mongodb systemctl enable mongodb systemctl start mongodb mongorestore --db $db_name ./dump/$db_name