summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLasse Luttermann Poulsen <llp@nordu.net>2019-02-08 10:06:34 +0100
committerLasse Luttermann Poulsen <llp@nordu.net>2019-02-08 10:06:34 +0100
commita23700a5e2bf4bc4be8082fbf8038d5c8c6c466a (patch)
treeb9e121a97e2dfd0f5b61242d920abfeb7c04e174
parent82aaad1b52b53c1bd4108d63e70eeb67a3c7d9e3 (diff)
added a comment to the script
-rwxr-xr-xscripts/ip-up1
1 files changed, 1 insertions, 0 deletions
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"
}