1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/eleventy_ynh.git synced 2024-09-03 18:26:32 +02:00

Update install

This commit is contained in:
Éric Gaspar 2023-05-12 23:24:17 +02:00
parent 545310f0d5
commit 9f38ff2f26

View file

@ -28,10 +28,6 @@ ynh_setup_source --dest_dir="$install_dir"
mv -f "../sources/src/" "$data_dir/"
#ynh_add_config --template="../sources/index.md" --destination="$data_dir/src/index.md"
#ynh_add_config --template="../sources/style.css" --destination="$data_dir/src/style.css"
#mv "../sources/_includes" "$data_dir/src/_includes"
chown -R $app:www-data "$install_dir"
#=================================================