one more bashism to remove
This commit is contained in:
parent
c339c4e21e
commit
f8d380412d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user