From c46f9845238c56cbd6dc8e41914957cc91a779cb Mon Sep 17 00:00:00 2001 From: xiaoz Date: Sun, 25 Feb 2024 19:15:30 +0800 Subject: [PATCH] fix bug --- dnmp.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dnmp.sh b/dnmp.sh index 00d998b..c79df94 100644 --- a/dnmp.sh +++ b/dnmp.sh @@ -211,6 +211,8 @@ install(){ wget https://soft.xiaoz.org/php/sourceCode/phpMyAdmin/phpMyAdmin-5.2.1.zip unzip -o phpMyAdmin-5.2.1.zip rm -rf phpMyAdmin-5.2.1.zip + # 修改phpmyadmin目录权限 + chown -R ${USER}:${USER} ./ ;; 'runtime') install_rumtime