fix
parent
7628abef68
commit
cfac1ac9d6
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
debug_start()
|
||||
{
|
||||
if grep -1 debug /proc/cmdline; then
|
||||
if grep -q debug /proc/cmdline; then
|
||||
DEBUG_IS_ENABLED=1
|
||||
else
|
||||
DEBUG_IS_ENABLED=
|
||||
|
|
|
|||
Loading…
Reference in New Issue