1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/eleventy_ynh.git synced 2024-09-03 18:26:32 +02:00
This commit is contained in:
Éric Gaspar 2023-05-12 23:17:09 +02:00
parent e86b6bc22f
commit 2e3111a021
2 changed files with 1 additions and 2 deletions

View file

@ -26,7 +26,7 @@ ynh_script_progression --message="Setting up source files..." --weight=1
ynh_setup_source --dest_dir="$install_dir"
mv "../sources/src/" "$data_dir/src/"
mv "../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"

View file

@ -29,7 +29,6 @@ ynh_remove_systemd_config
ynh_remove_nginx_config
# Remove NodeJS
ynh_remove_nodejs
#=================================================