Fixed install script

This commit is contained in:
Luca Frosini 2022-07-05 15:33:16 +02:00
parent 43911a9da9
commit b4d84a15d8
1 changed files with 2 additions and 2 deletions

View File

@ -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