It's all good now baby...

This commit is contained in:
2025-10-11 15:36:16 +02:00
parent 8a2b3077e4
commit 4271246cd9
12 changed files with 1077 additions and 6 deletions

View File

@@ -0,0 +1,15 @@
#!/bin/bash
# Wrapper script to add timezone configuration to all compose files
# Check if Python 3 is available
if ! command -v python3 &> /dev/null; then
echo "Error: Python 3 is required but not found"
echo "Please install Python 3 and try again"
exit 1
fi
# Make the Python script executable if not already
chmod +x add-timezone.py
# Run the Python script
python3 add-timezone.py