diff --git a/distro/contents/install b/distro/contents/install index 85044da..3e53d41 100755 --- a/distro/contents/install +++ b/distro/contents/install @@ -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