1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nextcloud_ynh.git synced 2024-09-03 19:55:57 +02:00

$data_dir instead of longer path

Co-authored-by: eric_G <46165813+ericgaspar@users.noreply.github.com>
This commit is contained in:
ljf (zamentur) 2024-01-21 23:38:26 +01:00 committed by GitHub
parent 66ec3e8ee0
commit b289065015
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -260,7 +260,7 @@ ynh_multimedia_addaccess $app
ynh_script_progression --message="Easying skeleton configuration..." --weight=1
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"
create_external_storage "$data_dir/skeleton" "New users default files" "admins"
#=================================================
# GENERIC FINALIZATION