summaryrefslogtreecommitdiffstats
path: root/retiolum/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'retiolum/Makefile')
-rw-r--r--retiolum/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/retiolum/Makefile b/retiolum/Makefile
index 7528ddd2..8301c926 100644
--- a/retiolum/Makefile
+++ b/retiolum/Makefile
@@ -19,7 +19,7 @@ install: update
update: hosts
bin/update_tinc_hosts "create magic" || true
bin/update_tinc_hosts restart
- if ! diff scripts/tinc_setup/tinc-up /etc/tinc/retiolum/tinc-up; then \
+ if ! diff -u scripts/tinc_setup/tinc-up /etc/tinc/retiolum/tinc-up; then \
sudo cp scripts/tinc_setup/tinc-up /etc/tinc/retiolum/tinc-up; \
sudo bin/restart-tincd; \
else \