From e33eb233a186ff4260b03341e73158d26135f1bb Mon Sep 17 00:00:00 2001 From: midoks Date: Mon, 28 Sep 2020 10:57:29 +0800 Subject: [PATCH] Update install.sh --- plugins/php/versions/52/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/php/versions/52/install.sh b/plugins/php/versions/52/install.sh index e85d8e293..7158ff936 100755 --- a/plugins/php/versions/52/install.sh +++ b/plugins/php/versions/52/install.sh @@ -22,7 +22,7 @@ mkdir -p $serverPath/php if [ ! -d $sourcePath/php/php${PHP_VER} ];then if [ ! -f $sourcePath/php/php-${version}.tar.gz ];then - wget --no-check-certificate -O $sourcePath/php/php-${version}.tar.gz https://museum.php.net/php5/php-${PHP_VER}.tar.gz + wget --no-check-certificate -O $sourcePath/php/php-${version}.tar.gz https://museum.php.net/php5/php-${version}.tar.gz fi if [ ! -f $sourcePath/php/php-5.2.17-fpm-0.5.14.diff.gz ]; then