1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/etherpad_mypads_ynh.git synced 2024-09-03 18:36:09 +02:00

Clean restore script

This commit is contained in:
Maniack Crudelis 2017-04-24 00:16:29 +02:00
parent 73d38d78c6
commit 080f08b7ee

View file

@ -100,13 +100,11 @@ fi
#================================================= #=================================================
ynh_install_nodejs 0.10 ynh_install_nodejs 0.10
ynh_app_setting_set $app nodejs_path $nodejs_path
#================================================= #=================================================
# INSTALL ETHERPAD DEPENDENCIES # INSTALL ETHERPAD DEPENDENCIES
#================================================= #=================================================
ynh_use_nodejs
sudo "$nodejs_path/npm" install forever -g >> $install_log 2>&1 sudo "$nodejs_path/npm" install forever -g >> $install_log 2>&1
#================================================= #=================================================