Explorar o código

Fix install.sh

lj2007331@gmail.com %!s(int64=6) %!d(string=hai) anos
pai
achega
a737d83e8f
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      install.sh

+ 0 - 1
install.sh

@@ -100,7 +100,6 @@ while :; do
       [ -e "${php_install_dir}/bin/phpize" ] && { echo "${CWARNING}PHP already installed! ${CEND}"; php_yn=Other; }
       ;;
     --phpcache_option)
-      [[ ! ${phpcache_option} =~ ^[1-4]$ ]] && { echo "${CWARNING}phpcache_option input error! Please only input number 1~4${CEND}"; exit 1; }
       phpcache_option=$2; shift 2
       ;;
     --php_extensions)