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 #=================================================