Update comments

This commit is contained in:
Teddysun
2021-09-17 10:12:01 +09:00
parent abdf6c5105
commit 3ac1f04174

View File

@@ -56,7 +56,7 @@ upgrade_apache(){
tar zxf ${apr_util_filename}.tar.gz
if [ ! -s httpd-${latest_apache24}.tar.gz ]; then
latest_apache_link="hhttps://dlcdn.apache.org//httpd/httpd-${latest_apache24}.tar.gz"
latest_apache_link="https://dlcdn.apache.org//httpd/httpd-${latest_apache24}.tar.gz"
backup_apache_link="${download_root_url}/httpd-${latest_apache24}.tar.gz"
untar ${latest_apache_link} ${backup_apache_link}
else