Skip to content

Commit 22135ae

Browse files
committed
Correct image to run in Linux start script
1 parent 45489b5 commit 22135ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RunCuisOnLinux.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ else # all-in-one bundle
4141

4242
BINDIR="${ROOT}/CuisVM.app/Contents/Linux-${CPU}/"
4343
IMAGEDIR="${ROOT}/CuisImage/"
44-
IMAGE="${IMAGEDIR}/Cuis6.1.image"
44+
IMAGE="${IMAGEDIR}/Cuis6.2.image"
4545
fi
4646

4747
VM="${BINDIR}/${APP}"

0 commit comments

Comments
 (0)