summaryrefslogtreecommitdiffstats
path: root/src/lib/globals
diff options
context:
space:
mode:
authorJouke Witteveen <j.witteveen@gmail.com>2013-03-22 12:07:53 +0100
committerJouke Witteveen <j.witteveen@gmail.com>2013-03-22 12:07:53 +0100
commite8210827fd59e4539a70af55cb452b211633fedd (patch)
tree541197d57b0a222bb13e821bbde58793be0e26d7 /src/lib/globals
parentc8e96611f141dd14ba0a6e8924e2951852401d8e (diff)
downloadnetctl-e8210827fd59e4539a70af55cb452b211633fedd.tar.gz
netctl-e8210827fd59e4539a70af55cb452b211633fedd.tar.xz
More possibilities for connection scripts
This allows connection scripts to provide defaults, among other things.
Diffstat (limited to 'src/lib/globals')
-rw-r--r--src/lib/globals1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/globals b/src/lib/globals
index 125d04c..bfb4575 100644
--- a/src/lib/globals
+++ b/src/lib/globals
@@ -115,6 +115,7 @@ load_profile() {
if [[ -x "$PROFILE_DIR/interfaces/$Interface" ]]; then
source "$PROFILE_DIR/interfaces/$Interface"
fi
+ source "$CONN_DIR/$Connection"
}