one more bashism to remove

This commit is contained in:
Jeffrey Paul 2018-09-20 18:24:57 -07:00
parent c339c4e21e
commit f8d380412d

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