[Glass] Installation error on Centos
BrunoBB via Glass
glass at lists.gemtalksystems.com
Mon Jan 23 06:58:51 PST 2017
Dale,
The fix for this error is in "installOsPrereqs" line: 325.
I have changed:
osName=`lsb_release -ds | cut -d ' ' -f 1`
with:
osName=`lsb_release -ds | cut -d ' ' -f 1 | cut -d '"' -f 2`
It seems to work. The first sentence answer: "CentOS
with double quotes at the first character.
The second sentence remove the double quotes and let the script to run.
I do not know if this change will affect other Linux flavors.
Linux version that i'm workin with:
CentOS version 7.2.1511
regards
bruno
--
View this message in context: http://forum.world.st/Installation-error-on-Centos-tp4930448p4930452.html
Sent from the GLASS mailing list archive at Nabble.com.
More information about the Glass
mailing list