switch to echo to fix formatting of logging messages on boot

pull/1017/head
gtxaspec 2023-10-01 14:40:37 -07:00
parent 296bd0f613
commit c5f3043377
1 changed files with 2 additions and 2 deletions

View File

@ -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
}