Added full path to `screen`

This commit is contained in:
Joshua Boniface 2017-04-01 21:44:08 -04:00
parent 5c89953e77
commit 3d3a7f0e96
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ echo "#"
echo "# Boot at $(date) "
echo "#"
set -x
screen -dmS serialconsole /dev/ttyUSB0 115200
/usr/bin/screen -dmS serialconsole /dev/ttyUSB0 115200
test -d /run/bmcd || mkdir /run/bmcd
/home/bmc/rpibmc/bmcd start
sleep 5