Merge f8d380412d
into f8b629d6c7
This commit is contained in:
commit
dc15f80001
|
@ -17,4 +17,9 @@ if [ "$_IP" ]; then
|
|||
printf "My IP address is %s\n" "$_IP"
|
||||
fi
|
||||
|
||||
# run an rc.local.txt from the boot partition, if one exists.
|
||||
if [ -e /boot/rc.local.txt ]; then
|
||||
. /boot/rc.local.txt
|
||||
fi
|
||||
|
||||
exit 0
|
||||
|
|
Loading…
Reference in New Issue
Block a user