diff options
Diffstat (limited to 'remote/core')
| -rwxr-xr-x | remote/core/data/init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/core/data/init b/remote/core/data/init index 510a17e3..54044938 100755 --- a/remote/core/data/init +++ b/remote/core/data/init @@ -32,7 +32,7 @@ read KCL < /proc/cmdline export KCL for opts in ${KCL}; do case ${opts} in - debug=*) + debug*) DEBUG=1;; ip=*) # process IP info |
