mirror of
https://github.com/km4ack/patmenu2.git
synced 2025-05-17 23:30:11 -07:00
fix terminal open
This commit is contained in:
parent
f270455629
commit
1e55185698
@ -66,9 +66,9 @@ fi
|
|||||||
|
|
||||||
#set correct comamnd for modem
|
#set correct comamnd for modem
|
||||||
if [ "$MODEM" = 'ARDOP' ]; then
|
if [ "$MODEM" = 'ARDOP' ]; then
|
||||||
lxterminal -e $MYPATH/autopat $MAX $BAND $MIN
|
x-terminal-emulator -- $MYPATH/autopat $MAX $BAND $MIN
|
||||||
elif [ "$MODEM" = 'VARA' ]; then
|
elif [ "$MODEM" = 'VARA' ]; then
|
||||||
lxterminal -e $MYPATH/autopat-vara $MAX $BAND $MIN
|
x-terminal-emulator -- $MYPATH/autopat-vara $MAX $BAND $MIN
|
||||||
fi
|
fi
|
||||||
|
|
||||||
$MAIN
|
$MAIN
|
||||||
|
Loading…
x
Reference in New Issue
Block a user