CarPC setup updated

This commit is contained in:
2024-07-29 13:12:58 -04:00
parent b95f245ff8
commit b05da55c86
3 changed files with 8 additions and 37 deletions

View File

@ -21,13 +21,4 @@ ifconfig can0 up
/usr/local/cnomicon/sbin/cnomicon-setup
/usr/local/cvehicle/sbin/cvehicle-setup
# BSMP standalone (without MABX2)
ping -c 1 -W 1 mabx2 &> /dev/null
if [ "$?" = "1" ]
then
echo "MABX2 not found!"
#cd /home/neal/NTCNA/CVehicle/daemons/bsmpd
#./gen5bsmpd.sh
fi
exit 0