From 272656d97073447603e00f83ada799ba3fbe56f7 Mon Sep 17 00:00:00 2001 From: FlorianEisenmenger Date: Thu, 3 Jul 2025 17:45:37 +0200 Subject: [PATCH] shell script --- httpdocs/1deployImaq.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpdocs/1deployImaq.sh b/httpdocs/1deployImaq.sh index c0612cc..742dd0b 100644 --- a/httpdocs/1deployImaq.sh +++ b/httpdocs/1deployImaq.sh @@ -123,7 +123,7 @@ fi # Arrays mit Dateien und Verzeichnissen die kopiert werden sollen COPY_ITEMS="composer.lock composer.json config migrations src templates" -PUBLIC_FILES="index.php .htaccess .htpasswd" +PUBLIC_FILES="index.php .htaccess .htpasswd static" # Dateien und Verzeichnisse kopieren for item in $COPY_ITEMS; do