Update phpmyadmin.sh

This commit is contained in:
CanbiZ 2025-04-29 11:11:30 +02:00
parent c724a76f2e
commit cdb94486c2

View File

@ -118,7 +118,6 @@ function install_phpmyadmin() {
mkdir -p "$INSTALL_DIR"
tar -xf /tmp/phpmyadmin.tar.gz -C /tmp
# Pfad ermitteln und Dateien verschieben
EXTRACTED_DIR=$(find /tmp -maxdepth 1 -type d -name "phpmyadmin-*")
if [[ -z "$EXTRACTED_DIR" ]]; then
msg_error "Extraction failed phpMyAdmin directory not found"