From 676fa1c5087241a9a3aa2729e6ef08f95f7098b8 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Tue, 5 Feb 2019 12:07:02 +0100 Subject: [PATCH] Fix restore --- scripts/restore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/restore b/scripts/restore index 04ba715..3857236 100644 --- a/scripts/restore +++ b/scripts/restore @@ -72,7 +72,7 @@ mongorestore --db $app ./dump/$app # Install wekan dependencies chown -R $app $final_path -pushd $final_path/bundle/programs/server +pushd $final_path/programs/server ynh_use_nodejs npm install popd