From 2be94a997be1389725a0b60fe3c26236aef8cb57 Mon Sep 17 00:00:00 2001 From: Roland Strunze <1+xosna@noreply.localhost> Date: Sat, 23 May 2026 15:24:19 +0200 Subject: [PATCH] quick_update.sh aktualisiert --- quick_update.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/quick_update.sh b/quick_update.sh index c7985d6..e19581b 100644 --- a/quick_update.sh +++ b/quick_update.sh @@ -53,8 +53,7 @@ echo "=== Konfiguration zurückkopieren ===" mkdir -p "$INSTALLDIR/htdocs/conf" -cp /etc/dolibarr/conf.php -"$INSTALLDIR/htdocs/conf/conf.php" +cp /etc/dolibarr/conf.php "$INSTALLDIR/htdocs/conf/conf.php" echo "=== Rechte setzen ==="