1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/restic_ynh.git synced 2024-09-03 20:16:22 +02:00

oops fix _ynh_add_config_j2

This commit is contained in:
Salamandar 2024-05-25 12:38:32 +02:00
parent 08958e6897
commit 252a83093b

View file

@ -80,11 +80,9 @@ _ynh_add_config_j2() {
chown root:root $destination
chmod 640 $destination
cp -f "$template_path" "$destination"
ynh_render_template "$template_path" "$destination"
_ynh_apply_default_permissions $destination
ynh_replace_vars --file="$destination"
ynh_store_file_checksum --file="$destination"
}