diff options
-rwxr-xr-x | rc.boot | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -129,9 +129,11 @@ command -v udevd >/dev/null && run_hook boot +# rc.local is deprecated and will be removed in +# a month. You should switch to boot hooks out "Running rc.local..."; { - [ -r "/etc/init/rc.local" ] && \ - . /etc/init/rc.local +[ -r "/etc/init/rc.local" ] && \ + . /etc/init/rc.local } |