From d52fa558c4d9fb37610d08e8b3504f846f52c877 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sat, 11 Mar 2023 15:01:20 +0100 Subject: [PATCH] No need to call ynh_setup_source with source_id=$YNH_ARCH for new toml sources --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index dea73da..f0f3081 100644 --- a/scripts/install +++ b/scripts/install @@ -19,7 +19,7 @@ ynh_system_user_create --username=$app --home_dir=$data_dir --groups ssh.app --u #================================================= ynh_script_progression --message="Installing sources files..." --weight=10 -ynh_setup_source --dest_dir=$install_dir --source_id=$YNH_ARCH +ynh_setup_source --dest_dir=$install_dir mkdir -p "$install_dir/custom/conf"