Update install.sh
This commit is contained in:
parent
0641729f54
commit
85465ea50d
|
|
@ -62,7 +62,6 @@ every = 20 # time minute every send beacon
|
|||
|
||||
|
||||
|
||||
|
||||
##############################################################################
|
||||
address = f"{callsign}>APHPIB,TCPIP:"
|
||||
login = f"user {callsign} pass {password} vers emq-TE1 Python APRS Beacon 1.3"
|
||||
|
|
@ -84,6 +83,7 @@ while True:
|
|||
|
||||
time.sleep(every * 60)
|
||||
|
||||
|
||||
EOFB
|
||||
cp /lib/systemd/system/py-aprsb1.service /lib/systemd/system/py-aprsb2.service
|
||||
cp /lib/systemd/system/py-aprsb1.service /lib/systemd/system/py-aprsb3.service
|
||||
|
|
|
|||
Loading…
Reference in New Issue