diff options
-rwxr-xr-x | etc/init.d/vyatta-router | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/init.d/vyatta-router b/etc/init.d/vyatta-router index 51b1175..ef76eba 100755 --- a/etc/init.d/vyatta-router +++ b/etc/init.d/vyatta-router @@ -57,7 +57,7 @@ GROUP=vyattacfg # check if bootup of this portion is disabled disabled () { - grep -q -w novyatta-$1 /proc/cmdline + grep -q -w no-vyos-$1 /proc/cmdline } # if necessary, provide initial config |