create_summary_websites.sh: Some minor changes in numbering.

This commit is contained in:
Christoph 2018-08-28 19:43:14 +02:00
parent 36d51d9819
commit 974f244ca7

View File

@ -948,6 +948,7 @@ for _vhost_file in ${_all_vhost_files_arr[@]} ; do
echo "$_vhost_file" >> $_tmp_filename_not_considered
((number_not_considered++))
((number_overall--))
fi
@ -992,9 +993,12 @@ cat <<EOF > ${DST_PATH_PHP}/index.php
<li><a href="websites_php_fcgid.php">websites FastCGI</a>: $number_php_fcgid</li>
<br />
<li><a href="websites_no_php_found.php">websites no PHP assigned</a>: $number_no_php_assigned</li>
<li><a href="vhost_files_not_considered.php">vhost_files not considered</a>: $number_not_considered</li>
<br />
</ul>
<hr width="100" align="left">
<ul>
<li><a href="vhost_files_not_considered.php">vhost_files not considered</a>: $number_not_considered</li>
</ul>
<hr width="100" align="left">
<h5>PHP versions supported by this script:<br />&nbsp;&nbsp;&nbsp; $PHP_VERIONS_SUPPORTED</h5>
<ul>
EOF