Skip to content

Commit 610dbfa

Browse files
committed
Update ini 1.1 -> 1.2 step 1
1 parent c007641 commit 610dbfa

File tree

2 files changed

+257
-88
lines changed

2 files changed

+257
-88
lines changed

scripts/linuxcnc.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ function GetFromIniEx {
519519

520520
# 2.1.5 check version
521521
GetFromIni VERSION EMC
522-
if [ "$retval" != "1.1" ]; then
522+
if [ "$retval" != "1.2" ]; then
523523
if [ -z "$DISPLAY" ]; then
524524
echo "INI file [EMC]VERSION indicates update is needed, but the update GUI can't run without an X display"
525525
exit 1

0 commit comments

Comments
 (0)