mirror of
https://github.com/YunoHost-Apps/eleventy_ynh.git
synced 2024-09-03 18:26:32 +02:00
fix
This commit is contained in:
parent
3e2b7611ca
commit
876276bcd5
2 changed files with 4 additions and 2 deletions
|
@ -16,7 +16,7 @@ admindoc = "https://www.11ty.dev/docs/"
|
|||
code = "https://github.com/11ty/eleventy/"
|
||||
|
||||
[integration]
|
||||
yunohost = ">= 11.1.19"
|
||||
yunohost = ">= 11.1.21"
|
||||
architectures = "all"
|
||||
multi_instance = true
|
||||
ldap = false
|
||||
|
|
|
@ -26,7 +26,9 @@ ynh_script_progression --message="Setting up source files..." --weight=1
|
|||
|
||||
ynh_setup_source --dest_dir="$install_dir"
|
||||
|
||||
mv -f "../sources/src/" "$data_dir/"
|
||||
#mv -f "../sources/src/" "$data_dir/"
|
||||
|
||||
cp -R "../sources/src/" "$data_dir/src"
|
||||
|
||||
chown -R $app:www-data "$install_dir"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue