Remove local generated files from templates

As discussed in #46, it's not necessary to keep the local files
generated from the templates as the users should edit the installed
confs, not in the git.
This commit is contained in:
Erik Westrup
2022-01-17 15:51:39 +01:00
parent 9cb85a8571
commit 3e22d8f99d

View File

@@ -44,6 +44,7 @@ etc/restic/b2_env.sh etc/restic/b2_pw.txt:
install-conf: | $(SRCS_CONF)
install -d $(DEST_CONF)
install -m 0600 $(SRCS_CONF) $(DEST_CONF)
$(RM) etc/restic/b2_env.sh etc/restic/b2_pw.txt
# target: install-systemd - Install systemd timer and service files.
install-systemd: