Skip to content

Commit

Permalink
Use copy-examples for rabbitmq
Browse files Browse the repository at this point in the history
  • Loading branch information
a-h-abid committed Dec 2, 2024
1 parent 05eca1b commit b4e2d0a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions copy-examples.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ elif [[ -f /System/Library/CoreServices/SystemVersion.plist ]]; then
# If the macOS-specific SystemVersion.plist file exists, it's likely a macOS system
find .envs -type f | grep -E '[a-z-]+\.example\.env$' | cut -d'.' -f1 | while read prefix; do cp --update=none "${prefix}.example.env" "${prefix}.env"; done
fi

./rabbitmq/copy-example.sh

0 comments on commit b4e2d0a

Please sign in to comment.