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

undo test parameter

This commit is contained in:
KM4ACK 2021-12-26 14:06:20 -06:00
parent 1b88e90405
commit 6fd9a4b1e0

View File

@ -15,7 +15,7 @@ source $MYPATH/config
#verify pat is at least v0.12.0
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
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="|" \