summaryrefslogtreecommitdiffstats
path: root/retiolum/Makefile
diff options
context:
space:
mode:
authortv <tv@iiso>2011-11-10 01:28:04 +0100
committertv <tv@iiso>2011-11-10 01:28:04 +0100
commit87f92f68ffc436a81095ae8729008e309e0a3fd1 (patch)
treece2d0335f0c9d7dfd11d86e0e697f3c8638866c3 /retiolum/Makefile
parent62a098cb62e4ae9ca9f9c9fdd9928e33e6deb267 (diff)
//retiolum Makefile update: show unified context
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 \