mirror of
https://github.com/km4ack/patmenu2.git
synced 2025-05-21 01:00:09 -07:00
fix for x86
This commit is contained in:
parent
9b65ce60ad
commit
2417885320
@ -27,7 +27,7 @@ FLRIG=$(echo $RIG | grep "\-m 4")
|
||||
fi
|
||||
|
||||
#Check if modem is already running
|
||||
MODEMCHECK=$(pidof piardopc)
|
||||
MODEMCHECK=$(pidof ardopc64)
|
||||
if [ -z "$MODEMCHECK" ]; then
|
||||
echo
|
||||
else
|
||||
@ -103,12 +103,12 @@ fi
|
||||
$ARDOPGUI </dev/null &>/dev/null &
|
||||
|
||||
#start modem
|
||||
lxterminal --geometry=55x10 -e $ARDOP </dev/null &>/dev/null &
|
||||
gnome-terminal --geometry=55x10 -e $ARDOP </dev/null &>/dev/null &
|
||||
sleep 2
|
||||
|
||||
|
||||
#verify that piardopc is running
|
||||
PIDPIC=$(pidof piardopc)
|
||||
PIDPIC=$(pidof ardopc64)
|
||||
if [ -z "$PIDPIC" ]
|
||||
then
|
||||
yad --title="FAILED" --width=400 --height=100 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user