From 3e22d8f99d4b3527136616863ed838376dc4242a Mon Sep 17 00:00:00 2001 From: Erik Westrup Date: Mon, 17 Jan 2022 15:51:39 +0100 Subject: [PATCH] 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. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index ef734f1..6bb329d 100644 --- a/Makefile +++ b/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: