Update install.sh

This commit is contained in:
RaspbianProyect by HP3ICC 2023-05-30 04:47:45 +00:00
parent 0ee00e0b64
commit cf0b599c78
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,6 @@ Description=Python APRS BEACOM1
After=network.target
[Service]
ExecStartPre=/bin/sleep 30
ExecStart=/usr/bin/python3 /opt/python-aprs/bcom1.py
WorkingDirectory=/opt/python-aprs/
Restart=on-failure
@ -57,6 +56,7 @@ packet2 = f"{address}>{text}"
print(packet)
print(len(comment))
time.sleep(30)
while True:
try:
sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM)