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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user