aboutsummaryrefslogtreecommitdiff
path: root/net.Linux
diff options
context:
space:
mode:
Diffstat (limited to 'net.Linux')
-rw-r--r--net.Linux/adsl.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/net.Linux/adsl.sh b/net.Linux/adsl.sh
index a6e74c9d..5c4c5c50 100644
--- a/net.Linux/adsl.sh
+++ b/net.Linux/adsl.sh
@@ -7,7 +7,7 @@ adsl_depend() {
}
adsl_setup_vars() {
- local startstop="$2" cfgexe=
+ local startstop="$1" cfgexe=
if [ -x /usr/sbin/pppoe-start ]; then
exe="/usr/sbin/pppoe-${startstop}"