Update install.sh

This commit is contained in:
Mr Chen 2024-06-11 14:20:04 +08:00
parent 7eb85fc0c3
commit e6457ac82e
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ Uninstall_php()
#------------------------ uninstall start ------------------------------------#
apt -y remove php${version} php${version}-*
rm -rf $serverPath/php-apt/${PHP_VER}
echo "卸载php-${version}..." >
echo "卸载php-${version}..."
#------------------------ uninstall start ------------------------------------#
}