From 87f92f68ffc436a81095ae8729008e309e0a3fd1 Mon Sep 17 00:00:00 2001 From: tv Date: Thu, 10 Nov 2011 01:28:04 +0100 Subject: //retiolum Makefile update: show unified context --- retiolum/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'retiolum') 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 \ -- cgit v1.2.3