diff options
Diffstat (limited to 'abs/core-testing/runit-scripts/runitscripts/services/frontend')
-rwxr-xr-x | abs/core-testing/runit-scripts/runitscripts/services/frontend/run | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core-testing/runit-scripts/runitscripts/services/frontend/run b/abs/core-testing/runit-scripts/runitscripts/services/frontend/run index 50e0e03..12a787d 100755 --- a/abs/core-testing/runit-scripts/runitscripts/services/frontend/run +++ b/abs/core-testing/runit-scripts/runitscripts/services/frontend/run @@ -1,6 +1,6 @@ #!/bin/sh exec 2>&1 - grep -q nox /proc/cmdline + grep -qi nox /proc/cmdline STATUS=$? if [ $STATUS = 0 ] then |