1
0
mirror of https://github.com/km4ack/patmenu2.git synced 2025-05-19 16:20:10 -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 sed -i "s/\"secure_login_password\": \".*\",/\"secure_login_password\": \"$PASS\",/" $CONFIG
#set locator #set locator
sed -i "s/\"locator\": \".*\",/\"locator\": \"$GRID\",/" $CONFIG sed -i "s/\"locator\": \".*\",/\"locator\": \"$GRID\",/" $CONFIG
sudo killall pat sudo systemctl restart pat@$WHO
sudo systemctl start pat@$WHO
$MAIN & $MAIN &
exit exit
elif [ $BUT = 3 ]; then elif [ $BUT = 3 ]; then