diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index c32ec37..7554847 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -101,10 +101,14 @@ "id": "a03bc8567d8fa332", "type": "leaf", "state": { - "type": "empty", - "state": {}, + "type": "markdown", + "state": { + "file": "Geschäft/IT/Online Shop/Shopware 6/Update Shopware 6 (Lokal mittels DDEV).md", + "mode": "source", + "source": false + }, "icon": "lucide-file", - "title": "Neuer Tab" + "title": "Update Shopware 6 (Lokal mittels DDEV)" } } ], diff --git a/Geschäft/IT/Online Shop/Shopware 6/Update Shopware 6 (Lokal mittels DDEV).md b/Geschäft/IT/Online Shop/Shopware 6/Update Shopware 6 (Lokal mittels DDEV).md index 9b34e21..ae4c5a9 100644 --- a/Geschäft/IT/Online Shop/Shopware 6/Update Shopware 6 (Lokal mittels DDEV).md +++ b/Geschäft/IT/Online Shop/Shopware 6/Update Shopware 6 (Lokal mittels DDEV).md @@ -196,11 +196,11 @@ Prüfen ob alles funktioniert ### Dateien Ziped alles im aktuellen Verzeichnis ``` -zip -r updated.zip * -x .env public/media/\* public/thumbnail/\* var/cache/\* +zip -r updated.zip . -x .env public/media/\* public/thumbnail/\* var/cache/\* ``` ``` -zip -r updated.zip * -x .env var/cache/\* +zip -r updated.zip . -x .env var/cache/\* ``` ### Datenbank