one more bashism to remove

pull/207/head
Jeffrey Paul 2018-09-20 18:24:57 -07:00
parent c339c4e21e
commit f8d380412d
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ fi
# run an rc.local.txt from the boot partition, if one exists.
if [ -e /boot/rc.local.txt ]; then
source /boot/rc.local.txt
. /boot/rc.local.txt
fi
exit 0