From 28e3dcafc7639084809265ccf5b14b629e42f473 Mon Sep 17 00:00:00 2001 From: Django Date: Sun, 12 Apr 2020 14:52:33 -0400 Subject: [PATCH] Update install path changes for addons --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 234cf73..fde1e95 100755 --- a/scripts/install +++ b/scripts/install @@ -123,9 +123,9 @@ ynh_setup_source "$final_path" # Make addon Directory and unpack the addons to this directory ynh_print_info "Create addon directory inside root folder..." -sudo mkdir $final_path/addon +sudo mkdir $final_path/util/add_addon_repo ynh_print_info "Setting up addons source files..." -ynh_setup_source "$final_path/addon" "app_addons" +ynh_setup_source "$final_path/util/add_addon_repo" "zaddons" # 3 - Some extra folders