Fixed install script
This commit is contained in:
parent
43911a9da9
commit
b4d84a15d8
|
@ -225,9 +225,9 @@ function replace_property {
|
|||
}
|
||||
|
||||
echo -e "\ninstalling configuration \c"
|
||||
if [ ! -s "$ghnhome/container.xml" ]; then
|
||||
if [ ! -s "$ghnhome/container.ini" ]; then
|
||||
if [ -z "$dryrun" ]; then
|
||||
cp $distro/container.xml $ghnhome/
|
||||
cp $distro/container.ini $ghnhome/
|
||||
fi
|
||||
echo -n "."
|
||||
sleep .01
|
||||
|
|
Loading…
Reference in New Issue