From 2bdb12d55cfee2086a35dc112bf408527e9940de Mon Sep 17 00:00:00 2001 From: midoks Date: Wed, 22 Jun 2022 01:12:45 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8A=E6=94=BE=E5=86=85=E5=AD=98=E8=84=9A?= =?UTF-8?q?=E6=9C=AC=20+=2080,81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/rememory.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/scripts/rememory.sh b/scripts/rememory.sh index eb55fcec4..1e09ee1d6 100755 --- a/scripts/rememory.sh +++ b/scripts/rememory.sh @@ -61,6 +61,14 @@ if [ -f $rootPath"/php/init.d/php74" ];then $rootPath"/php/init.d/php74" reload fi +if [ -f $rootPath"/php/init.d/php80" ];then + $rootPath"/php/init.d/php74" reload +fi + +if [ -f $rootPath"/php/init.d/php81" ];then + $rootPath"/php/init.d/php74" reload +fi + if [ -f $rootPath"/openresty/nginx/sbin/nginx" ];then $rootPath"/openresty/nginx/sbin/nginx" -s reload fi