]> git.ipfire.org Git - people/arne_f/network.git/blame - functions
network: Catch exit code of pppd.
[people/arne_f/network.git] / functions
CommitLineData
1848564d 1#!/bin/bash
5b20e43a 2
1848564d
MT
3for file in /lib/network/functions.*; do
4 . ${file}
5b20e43a
MT
5done
6
1848564d
MT
7# Reading in network tool configuration
8network_config_read
1b7a1578
MT
9
10# Create run dir
11if ! [ -d "${RUN_DIR}" ]; then
12 mkdir ${RUN_DIR}
13fi