Browse Source

fix bug

main
xiaoz 2 months ago
parent
commit
c46f984523
  1. 2
      dnmp.sh

2
dnmp.sh

@ -211,6 +211,8 @@ install(){ @@ -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

Loading…
Cancel
Save