From c46107cb12306aaa81a0a6b363f8f01c9d469ddb Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Wed, 22 Jan 2020 00:03:44 +0300 Subject: tell full path of rc.local --- rc.boot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc.boot b/rc.boot index cde7726..9078b4e 100755 --- a/rc.boot +++ b/rc.boot @@ -166,7 +166,7 @@ for file in /etc/init/*.boot ; do out "Running $file" && . "$file" done -out "Running rc.local..."; { +out "Running /etc/init/rc.local..."; { [ -r "/etc/init/rc.local" ] && \ . /etc/init/rc.local } -- cgit v1.2.3