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:
parent
2e3111a021
commit
71afbb02f4
1 changed files with 1 additions and 1 deletions
|
@ -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/"
|
||||
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"
|
||||
|
|
Loading…
Add table
Reference in a new issue