From 60cd88ca45ef0e70e0183b5a225e9847a7d5d2fe Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Fri, 24 Jan 2020 09:16:17 +0300 Subject: Ensure rc.conf is readable --- rc.boot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rc.boot') diff --git a/rc.boot b/rc.boot index a11b8be..2910e30 100755 --- a/rc.boot +++ b/rc.boot @@ -1,6 +1,6 @@ #!/bin/sh -. /etc/init/rc.conf +[ -r /etc/init/rc.conf ] && . /etc/init/rc.conf . INITDIR/rc.lib -- cgit v1.2.3