From 137c5ceba4d1adc05c7dc4003cb2a8103069afc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=97=E5=AD=90?= Date: Wed, 9 Aug 2023 02:16:08 +0800 Subject: [PATCH] fix: php redis script --- scripts/php_extensions/redis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/php_extensions/redis.sh b/scripts/php_extensions/redis.sh index 35885841..a7a859c8 100644 --- a/scripts/php_extensions/redis.sh +++ b/scripts/php_extensions/redis.sh @@ -36,7 +36,7 @@ Install() { cd /www/server/php/${phpVersion}/src/ext rm -rf phpredis rm -rf phpredis.tar.gz - wget -O phpredis.tar.gz ${downloadUrl}/php-ext/phpredis-${phpredisVersion}.tar.gz + wget -O phpredis.tar.gz ${downloadUrl}/phpredis-${phpredisVersion}.tar.gz tar -zxvf phpredis.tar.gz mv phpredis-${phpredisVersion} phpredis cd phpredis