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