mirror of
https://github.com/km4ack/patmenu2.git
synced 2025-05-20 08:40:14 -07:00
fix for x86
This commit is contained in:
parent
067b7ded42
commit
e7976ddc45
2
mobilink
2
mobilink
@ -49,7 +49,7 @@ BUT=$?
|
|||||||
if [ "$BUT" = '2' ] || [ "$BUT" = '252' ]; then
|
if [ "$BUT" = '2' ] || [ "$BUT" = '252' ]; then
|
||||||
exit
|
exit
|
||||||
elif [ "$BUT" = '1' ]; then
|
elif [ "$BUT" = '1' ]; then
|
||||||
lxterminal -e $HOME/patmenu2/mobi-pair
|
gnome-terminal -e $HOME/patmenu2/mobi-pair
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user