km4ack / patmenu2

Tools for working with Pat Menu
GNU General Public License v3.0
21 stars 9 forks source link

ARDOP start Error #79

Open frrobert2 opened 1 year ago

frrobert2 commented 1 year ago

If in settings/Config the ARDOP command has arguments after the command the ARDOP modem will not start. Example ARDOP Command: /home/user/bin/ardopc 8515 pcm.ARDOP pcm.ARDOP If the above example is used the modem will not start due to the arguments after the command

Line 106 of start-pat-ardop should be changed so $ARDOP is in quotes

lxterminal --geometry=55x10 -e "$ARDOP" </dev/null &>/dev/null & Once the variable is in quotes the command runs fine.