summaryrefslogtreecommitdiff
path: root/scripts/ip-up
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/ip-up')
-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"
}