diff options
Diffstat (limited to 'net.Linux/ipppd.sh')
-rw-r--r-- | net.Linux/ipppd.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net.Linux/ipppd.sh b/net.Linux/ipppd.sh index 60e51062..4e113927 100644 --- a/net.Linux/ipppd.sh +++ b/net.Linux/ipppd.sh @@ -37,8 +37,8 @@ ipppd_pre_start() { # Check that we are a valid ippp interface case "${IFACE}" in - ippp[0-9]*) ;; - *) return 0 ;; + ippp[0-9]*);; + *) return 0;; esac # Check that the interface exists |