mirror of
https://github.com/km4ack/patmenu2.git
synced 2025-05-29 04:50:10 -07:00
undo test parameter
This commit is contained in:
parent
1b88e90405
commit
6fd9a4b1e0
2
patmenu
2
patmenu
@ -15,7 +15,7 @@ source $MYPATH/config
|
|||||||
#verify pat is at least v0.12.0
|
#verify pat is at least v0.12.0
|
||||||
PAT_VER=`pat version | awk '{print $2}' | awk -F "." '{print $2}'`
|
PAT_VER=`pat version | awk '{print $2}' | awk -F "." '{print $2}'`
|
||||||
|
|
||||||
if [ $PAT_VER -lt 13 ]; then
|
if [ $PAT_VER -lt 12 ]; then
|
||||||
#give user notice
|
#give user notice
|
||||||
yad --form --width=420 --text-align=center --center --title="Pat out of Date" --text-align=center \
|
yad --form --width=420 --text-align=center --center --title="Pat out of Date" --text-align=center \
|
||||||
--image $LOGO --window-icon=$LOGO --image-on-top --separator="|" --item-separator="|" \
|
--image $LOGO --window-icon=$LOGO --image-on-top --separator="|" --item-separator="|" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user