Upstream-Status: Pending Subject: functions: avoid exit 1 which causes init scripts to fail Signed-off-by: Chen Qi --- rc.d/init.d/functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc.d/init.d/functions b/rc.d/init.d/functions index 6850046..11223f7 100644 --- a/rc.d/init.d/functions +++ b/rc.d/init.d/functions @@ -597,5 +597,5 @@ if [ "$_use_systemctl" = "1" ]; then fi fi -strstr "$(cat /proc/cmdline)" "rc.debug" && set -x +strstr "$(cat /proc/cmdline)" "rc.debug" && set -x || true -- 2.1.0