We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c007641 commit 610dbfaCopy full SHA for 610dbfa
scripts/linuxcnc.in
@@ -519,7 +519,7 @@ function GetFromIniEx {
519
520
# 2.1.5 check version
521
GetFromIni VERSION EMC
522
-if [ "$retval" != "1.1" ]; then
+if [ "$retval" != "1.2" ]; then
523
if [ -z "$DISPLAY" ]; then
524
echo "INI file [EMC]VERSION indicates update is needed, but the update GUI can't run without an X display"
525
exit 1
0 commit comments