diff options
author | Jouke Witteveen <j.witteveen@gmail.com> | 2013-03-22 12:07:53 +0100 |
---|---|---|
committer | Jouke Witteveen <j.witteveen@gmail.com> | 2013-03-22 12:07:53 +0100 |
commit | e8210827fd59e4539a70af55cb452b211633fedd (patch) | |
tree | 541197d57b0a222bb13e821bbde58793be0e26d7 /src/lib/network | |
parent | c8e96611f141dd14ba0a6e8924e2951852401d8e (diff) | |
download | netctl-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/network')
-rwxr-xr-x | src/lib/network | 1 |
1 files changed, 0 insertions, 1 deletions
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'..." |