From 66ec3e8ee0cdfa178faf7c89db30024f51be1b9a Mon Sep 17 00:00:00 2001 From: "ljf (zamentur)" Date: Sun, 21 Jan 2024 23:38:05 +0100 Subject: [PATCH] $data_dir instead of longer path Co-authored-by: eric_G <46165813+ericgaspar@users.noreply.github.com> --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index d8439dd..3a0d6d6 100755 --- a/scripts/install +++ b/scripts/install @@ -259,7 +259,7 @@ ynh_multimedia_addaccess $app #================================================ ynh_script_progression --message="Easying skeleton configuration..." --weight=1 -cp -a --no-target-directory $install_dir/core/skeleton "/home/yunohost.app/$app/skeleton/default" +cp -a --no-target-directory $install_dir/core/skeleton "$data_dir/skeleton/default" create_external_storage "/home/yunohost.app/$app/skeleton" "New users default files" "admins" #=================================================