From ee38dd7fc27b631abb6d9d90efba6e5c0a5f8c25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 11 Apr 2024 10:23:59 +0200 Subject: [PATCH] Update install --- scripts/install | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/scripts/install b/scripts/install index 6cc8865..c80faca 100644 --- a/scripts/install +++ b/scripts/install @@ -30,12 +30,12 @@ chown -R $app:www-data "$install_dir" #================================================= # INSTALL ETHERPAD #================================================= -ynh_script_progression --message="Installing $app..." --weight=60 +#ynh_script_progression --message="Installing $app..." --weight=60 -pushd $install_dir - ynh_use_nodejs - ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH bin/installDeps.sh -popd +#pushd $install_dir +# ynh_use_nodejs +# ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH bin/installDeps.sh +#popd #================================================= # MODIFY A CONFIG FILE @@ -109,12 +109,12 @@ chown $app:$app "$install_dir/credentials.json" #================================================= # INSTALL ETHERPAD #================================================= -#ynh_script_progression --message="Installing $app..." --weight=10 +ynh_script_progression --message="Installing $app..." --weight=10 -#pushd $install_dir -# ynh_use_nodejs -# ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH ETHERPAD_PRODUCTION=true bin/installDeps.sh -#popd +pushd $install_dir + ynh_use_nodejs + ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH ETHERPAD_PRODUCTION=true bin/installDeps.sh +popd #================================================= # START SYSTEMD SERVICE