summaryrefslogtreecommitdiff
path: root/net.Linux/ipppd.sh
diff options
context:
space:
mode:
Diffstat (limited to 'net.Linux/ipppd.sh')
-rw-r--r--net.Linux/ipppd.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/net.Linux/ipppd.sh b/net.Linux/ipppd.sh
index 60e5106..4e11392 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