1
0
mirror of https://github.com/km4ack/patmenu2.git synced 2025-05-20 00:30:11 -07:00

fix for x86

This commit is contained in:
KM4ACK 2022-10-21 12:56:34 -05:00
parent 067b7ded42
commit e7976ddc45

View File

@ -49,7 +49,7 @@ BUT=$?
if [ "$BUT" = '2' ] || [ "$BUT" = '252' ]; then
exit
elif [ "$BUT" = '1' ]; then
lxterminal -e $HOME/patmenu2/mobi-pair
gnome-terminal -e $HOME/patmenu2/mobi-pair
exit
fi