From 5ed69f8fc52b43edea8be3a6bd22713f5d3406d3 Mon Sep 17 00:00:00 2001 From: Andrew Webberley <44350096+Agwebberley@users.noreply.github.com> Date: Sat, 8 Jun 2024 14:07:32 -0700 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index af213a8..c9abe87 100755 --- a/scripts/install +++ b/scripts/install @@ -29,7 +29,7 @@ then source_id_to_use="edge" fi -ynh_setup_source --dest_dir="$install_dir" +ynh_setup_source --dest_dir="$install_dir" --source_id="$source_id_to_use" chown -R $app:www-data "$install_dir"