mirror of
https://github.com/YunoHost-Apps/shaarli_ynh.git
synced 2024-09-03 20:26:10 +02:00
parent
037f154118
commit
a17625dc67
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ then
|
||||||
ynh_setup_source --dest_dir="$final_path"
|
ynh_setup_source --dest_dir="$final_path"
|
||||||
|
|
||||||
cp -a "$tmpdir/data" "$final_path/"
|
cp -a "$tmpdir/data" "$final_path/"
|
||||||
cp -a "$tmpdir/tpl" "$final_path/"
|
cp -a -n "$tmpdir/tpl" "$final_path/" # copy without erasing existing templates (from official source)
|
||||||
|
|
||||||
# Remove the tmp directory securely
|
# Remove the tmp directory securely
|
||||||
ynh_secure_remove --file="$tmpdir"
|
ynh_secure_remove --file="$tmpdir"
|
||||||
|
|
Loading…
Add table
Reference in a new issue