diff --git a/livekitlib b/livekitlib index 9514f92..747af6e 100644 --- a/livekitlib +++ b/livekitlib @@ -10,7 +10,7 @@ debug_start() { - if grep /proc/cmdline debug; then + if grep -1 debug /proc/cmdline; then DEBUG_IS_ENABLED=1 else DEBUG_IS_ENABLED=