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:
parent
66ec3e8ee0
commit
b289065015
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue