mod to work with symlinks better

This commit is contained in:
KM4ACK 2019-10-27 09:31:18 -05:00 committed by GitHub
parent 61292aa1ba
commit 4c746ad3aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -98,7 +98,7 @@ else
sudo kissattach /dev/rfcomm0 wl2k &
sleep 2
#start pat winlink
pat http &
pat http
sleep 1
echo ""
echo ""
@ -110,7 +110,7 @@ else
echo "Start xastir for APRS-Digipeater"
sleep 1
#start xastir
sudo xastir &
sudo xastir
fi
fi
exit 0