Set default value for 'host_scripts'.

This commit is contained in:
Christoph 2018-01-23 04:00:39 +01:00
parent 62e29d5100
commit 59a4fabe49

View File

@ -198,7 +198,6 @@ 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