From 3ac1f041746048e8138ff0697396da893fc618a5 Mon Sep 17 00:00:00 2001 From: Teddysun Date: Fri, 17 Sep 2021 10:12:01 +0900 Subject: [PATCH] Update comments --- include/upgrade_apache.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/upgrade_apache.sh b/include/upgrade_apache.sh index 93f463c..8e3ab58 100644 --- a/include/upgrade_apache.sh +++ b/include/upgrade_apache.sh @@ -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