From 080f08b7ee97f6eec08bef808a920bd077b93b97 Mon Sep 17 00:00:00 2001 From: Maniack Crudelis Date: Mon, 24 Apr 2017 00:16:29 +0200 Subject: [PATCH] Clean restore script --- scripts/restore | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/restore b/scripts/restore index 9299b89..c11cdf4 100644 --- a/scripts/restore +++ b/scripts/restore @@ -100,13 +100,11 @@ fi #================================================= ynh_install_nodejs 0.10 -ynh_app_setting_set $app nodejs_path $nodejs_path #================================================= # INSTALL ETHERPAD DEPENDENCIES #================================================= -ynh_use_nodejs sudo "$nodejs_path/npm" install forever -g >> $install_log 2>&1 #=================================================