From e8210827fd59e4539a70af55cb452b211633fedd Mon Sep 17 00:00:00 2001 From: Jouke Witteveen Date: Fri, 22 Mar 2013 12:07:53 +0100 Subject: More possibilities for connection scripts This allows connection scripts to provide defaults, among other things. --- src/lib/network | 1 - 1 file changed, 1 deletion(-) (limited to 'src/lib/network') diff --git a/src/lib/network b/src/lib/network index bc11da7..6ac9d75 100755 --- a/src/lib/network +++ b/src/lib/network @@ -48,7 +48,6 @@ cd / # Expose the profile name Profile=$2 load_profile "$Profile" -source "$CONN_DIR/$Connection" case $1 in start) report_notice "Starting network profile '$Profile'..." -- cgit v1.2.3-24-g4f1b