The path has been updated

This commit is contained in:
Andreas Knuth 2025-03-22 13:45:39 +01:00
parent 8c2f3a170d
commit 62d1cc22cf
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
# Setze den absoluten Pfad zum Projektverzeichnis
PROJECT_DIR="/pfad/zu/deinem/projekt"
PROJECT_DIR="/home/aknuth/git/docker/dovecot"
# Wechsle in das Projektverzeichnis
cd "$PROJECT_DIR" || { echo "Projektverzeichnis nicht gefunden"; exit 1; }