From f5cd574d5f9107cc6ab2d63af648634c021001d0 Mon Sep 17 00:00:00 2001 From: xiaoz Date: Thu, 4 Mar 2021 12:56:05 +0800 Subject: [PATCH] fix bug --- php/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/install.sh b/php/install.sh index bbc15d4..d6ec1f4 100644 --- a/php/install.sh +++ b/php/install.sh @@ -38,7 +38,7 @@ function set_php() { } install_nginx && set_php - +chmod +x /usr/sbin/run.sh echo '-----------------------------' echo 'nginx + php install success.' echo '-----------------------------' \ No newline at end of file