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"