From 80c6123606f483c6bf05791e33dbd01bdcb030c1 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Tue, 5 Feb 2019 17:45:03 +0100 Subject: [PATCH] Fix bad path --- scripts/restore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/restore b/scripts/restore index 82e432e..a797b65 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