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:
1
Makefile
1
Makefile
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user