mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-25 05:57:26 +00:00
Update phpmyadmin.sh
This commit is contained in:
@@ -155,7 +155,7 @@ EOF
|
||||
|
||||
msg_info "Testing Nginx configuration"
|
||||
if nginx -t; then
|
||||
if ! pgrep -x "nginx" > /dev/null; then
|
||||
if ! pgrep -x "nginx" >/dev/null; then
|
||||
msg_info "Starting Nginx"
|
||||
rc-service nginx start
|
||||
else
|
||||
@@ -170,8 +170,6 @@ EOF
|
||||
fi
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
function uninstall_phpmyadmin() {
|
||||
msg_info "Stopping Webserver"
|
||||
if [[ "$OS" == "Debian" ]]; then
|
||||
|
||||
Reference in New Issue
Block a user