cleanup var 'host_scripts'.

This commit is contained in:
Christoph 2019-06-22 01:06:07 +02:00
parent 29cba7f7d6
commit c31323a439

View File

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