From cfe94d7c20287fdcdccb491eaed94ee61fc1bebb Mon Sep 17 00:00:00 2001 From: Andrew Webberley <44350096+Agwebberley@users.noreply.github.com> Date: Sat, 8 Jun 2024 14:04:45 -0700 Subject: [PATCH] Update install --- scripts/install | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scripts/install b/scripts/install index 163fe27..af213a8 100755 --- a/scripts/install +++ b/scripts/install @@ -23,6 +23,12 @@ ynh_exec_warn_less ynh_install_nodejs --nodejs_version=$nodejs_version #================================================= ynh_script_progression --message="Setting up source files..." --weight=1 +source_id_to_use="main" +if [[ "$release_cycle" == "edge" ]] +then + source_id_to_use="edge" +fi + ynh_setup_source --dest_dir="$install_dir" chown -R $app:www-data "$install_dir"