Fix missing echo

Signed-off-by: Andrei Boyanov <andrei.boyanov@gmail.com>
This commit is contained in:
Andrei Boyanov 2025-04-19 12:18:38 +02:00 committed by GitHub
parent 79198dc009
commit f6fd3aa3cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
run.sh
View File

@ -55,5 +55,5 @@ echo "Making the entrypoint executable"
chmod +x $DESTINATION/entrypoint.sh || exit -1
# Run Odoo
"Running the EMF-1995 social app"
echo "Running the EMF-1995 social app"
docker compose -f $DESTINATION/docker-compose.yml up -d && echo "Odoo started at http://localhost:$PORT | Master Password: minhng.info | Live chat port: $CHAT"