From 2e70874bfc7fade752c58bf8e9d07770882329b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Allen-Kristjan=20P=C3=A4ll?= Date: Sun, 8 Feb 2026 06:07:29 +0200 Subject: [PATCH] fixup! Makefile: reset only if config.json is changed --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9e58776..2ea2d8e 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ config.json: config.yaml < config.yaml > config.json .reset: config.json - rm .reset + -rm .reset ssh -o ControlMaster=auto -o ControlPath=/tmp/ssh_mux_%h_%p_%r -o ControlPersist=10s -fN akpella && \ TEMPDIR=$$(ssh -o ControlPath=/tmp/ssh_mux_%h_%p_%r akpella "cd /tmp && mktemp -d") && \ scp -o ControlPath=/tmp/ssh_mux_%h_%p_%r config.json akpella:$${TEMPDIR} && \