From 2c35f7c000086766814b85cc7bcc46ce8890e15b Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 19 Nov 2024 12:47:33 +0100 Subject: [PATCH] updste script --- 1deployMatsenApi.sh | 22 +++++----------------- 1 file changed, 5 insertions(+), 17 deletions(-) diff --git a/1deployMatsenApi.sh b/1deployMatsenApi.sh index 715e3c0..64e623c 100644 --- a/1deployMatsenApi.sh +++ b/1deployMatsenApi.sh @@ -13,23 +13,11 @@ copy_files() { echo "$(tput setab 2)matsen api has been PULLED$(tput sgr 0)" # Arrays für Dateien und Verzeichnisse, die kopiert werden sollen - CONFIG_FILES=( - "bundles.php" - "preload.php" - "routes.yaml" - "services.yaml" - ) - - CONFIG_DIRS=( - "packages" - "routes" - ) - - ROOT_DIRS=( - "bin" - "migrations" - "src" - ) + CONFIG_FILES=("bundles.php" "preload.php" "routes.yaml" "services.yaml") + + CONFIG_DIRS=("packages" "routes") + + ROOT_DIRS=("bin" "migrations" "src") # Composer-Dateien kopieren rm -rf ${TARGET_PATH}/composer.lock