1
0
mirror of https://github.com/km4ack/patmenu2.git synced 2025-05-19 00:00:11 -07:00
This commit is contained in:
KM4ACK 2021-09-21 09:41:57 -05:00
parent aefc8d6c38
commit dd117dd612

View File

@ -97,8 +97,7 @@ sed -i "s/\"mycall\": \".*\",/\"mycall\": \"$CALLSIGN\",/" $CONFIG
sed -i "s/\"secure_login_password\": \".*\",/\"secure_login_password\": \"$PASS\",/" $CONFIG
#set locator
sed -i "s/\"locator\": \".*\",/\"locator\": \"$GRID\",/" $CONFIG
sudo killall pat
sudo systemctl start pat@$WHO
sudo systemctl restart pat@$WHO
$MAIN &
exit
elif [ $BUT = 3 ]; then