From 3a624fdfbdcd33eeba8e11c9242f47f713069315 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 27 Aug 2023 23:13:48 +0200 Subject: [PATCH] new path --- scripts/install | 2 +- scripts/upgrade | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index bb1bea0..aaa61fe 100644 --- a/scripts/install +++ b/scripts/install @@ -158,7 +158,7 @@ popd ynh_script_progression --message="Installing Etherpad..." --weight=90 pushd $install_dir - ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH bin/installDeps.sh + ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH src/bin/installDeps.sh popd #================================================= diff --git a/scripts/upgrade b/scripts/upgrade index 6cfc080..c2f7715 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -301,7 +301,7 @@ popd ynh_script_progression --message="Upgrading Etherpad..." --weight=60 pushd $install_dir - ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH bin/installDeps.sh + ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH src/bin/installDeps.sh popd #=================================================