mirror of https://github.com/OpenIPC/firmware.git
switch to echo to fix formatting of logging messages on boot
parent
296bd0f613
commit
c5f3043377
|
@ -5,12 +5,12 @@
|
|||
|
||||
|
||||
start() {
|
||||
printf "Starting rc.local"
|
||||
echo "Starting rc.local"
|
||||
/etc/rc.local
|
||||
}
|
||||
|
||||
restart() {
|
||||
printf "Restarting rc.local"
|
||||
echo "Restarting rc.local"
|
||||
/etc/rc.local
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue