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
4c44b78cbb
commit
6a640a8463
4 changed files with 5 additions and 3 deletions
|
@ -26,9 +26,11 @@ ynh_script_progression --message="Setting up source files..." --weight=1
|
||||||
|
|
||||||
ynh_setup_source --dest_dir="$install_dir"
|
ynh_setup_source --dest_dir="$install_dir"
|
||||||
|
|
||||||
ynh_add_config --template="../sources/index.md" --destination="$data_dir/src/index.md"
|
mv --template="../sources/src/" --destination="$data_dir/src/"
|
||||||
ynh_add_config --template="../sources/style.css" --destination="$data_dir/src/style.css"
|
|
||||||
mv "../sources/_includes" "$data_dir/src/_includes"
|
#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"
|
chown -R $app:www-data "$install_dir"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue