From a23700a5e2bf4bc4be8082fbf8038d5c8c6c466a Mon Sep 17 00:00:00 2001 From: Lasse Luttermann Poulsen Date: Fri, 8 Feb 2019 10:06:34 +0100 Subject: added a comment to the script --- scripts/ip-up | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/ip-up b/scripts/ip-up index 7b367c1..7788dcd 100755 --- a/scripts/ip-up +++ b/scripts/ip-up @@ -66,6 +66,7 @@ function ip_up_post () { /sbin/route -n add 193.10.0.0/15 -interface $IFNAME # NDN Public #2 ;; esac + # If you don't want a dialog displayed with a confimation that the script have been run, then comment-out this next line. osascript -e "display dialog \"Created routes for $SERVER ($SERVERNAME) on $IFNAME\" with title \"VPN Info\" buttons {\"OK\"} default button 1" } -- cgit v1.1