diff options
author | Darren 'Tadgy' Austin <darren@afterdark.org.uk> | 2018-07-28 01:25:21 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackware.com> | 2018-11-25 19:03:25 -0600 |
commit | 8bbd1ebfac4271051929fa167f57e2a344aa9bc6 (patch) | |
tree | cbc6d31a5ce2adc9ba2b4fe0489771cee5f4197c /rc.inet1 | |
parent | 01a266b469db733b92df0a0b8651d68e0aa536f6 (diff) | |
download | slacknetsetup-8bbd1ebfac4271051929fa167f57e2a344aa9bc6.tar.xz |
Return immediately if interface has no defined config in rc.inet1.conf
Signed-off-by: Robby Workman <rworkman@slackware.com>
Diffstat (limited to 'rc.inet1')
-rw-r--r-- | rc.inet1 | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -263,6 +263,7 @@ if_up() { return else # interface is unconfigured debug_log "${1} interface is not configured in /etc/rc.d/rc.inet1.conf" + return fi else debug_log "${1} is already up, skipping" |