Fix missing echo
Signed-off-by: Andrei Boyanov <andrei.boyanov@gmail.com>
This commit is contained in:
parent
79198dc009
commit
f6fd3aa3cd
2
run.sh
2
run.sh
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user