Posted January 17, 2016
high rated
Hello,
there is a small big in the start.sh file in the linux version. The script is checking for the machine architecture with $(uname -i), but is shouwld be $(uname- m)..
To reproduce:
$ uname -i
GenuineIntel
$ uname -m
x86_64
This bug might be a problem for people who are new to linux, please fix it.
Best regards,
there is a small big in the start.sh file in the linux version. The script is checking for the machine architecture with $(uname -i), but is shouwld be $(uname- m)..
To reproduce:
$ uname -i
GenuineIntel
$ uname -m
x86_64
This bug might be a problem for people who are new to linux, please fix it.
Best regards,
No posts in this topic were marked as the solution yet. If you can help, add your reply