Fix minor errors.

This commit is contained in:
2018-01-23 03:58:02 +01:00
parent ca6f2e18a2
commit 62e29d5100
2 changed files with 12 additions and 7 deletions

View File

@@ -198,6 +198,7 @@ fi
## -
if $manual ; then
host_scripts="${hosts_base_dir}/localhost.sh"
host_scripts="${hosts_base_dir}/www2.oopen.de.sh"
else
host_scripts=`$find $hosts_base_dir -maxdepth 1 -type f -perm -700 | $sort`
fi