Fixed install script
This commit is contained in:
parent
24c9cc6c0c
commit
43911a9da9
|
@ -233,8 +233,8 @@ if [ ! -s "$ghnhome/container.xml" ]; then
|
||||||
sleep .01
|
sleep .01
|
||||||
else
|
else
|
||||||
if [ -z "$dryrun" ]; then
|
if [ -z "$dryrun" ]; then
|
||||||
#echo "Creating a backup copy of $ghnhome/container.xml"
|
#echo "Creating a backup copy of $ghnhome/container.ini"
|
||||||
cp $ghnhome/container.xml $ghnhome/container.xml.bck
|
cp $ghnhome/container.ini $ghnhome/container.ini.bck
|
||||||
|
|
||||||
## Please note the ' at the end of SmartGearsDistribution property
|
## Please note the ' at the end of SmartGearsDistribution property
|
||||||
## the ' is needed to exactly math the property otherwise also
|
## the ' is needed to exactly math the property otherwise also
|
||||||
|
|
Loading…
Reference in New Issue