FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 5a125598 authored by Vitor Trovisco's avatar Vitor Trovisco
Browse files

Update canto_running_log.sh

parent 7aa516d0
No related branches found
No related tags found
1 merge request!30Testing
......@@ -12,7 +12,7 @@ LOGS="logs"
LOGFILE="${CANTOSPACE}/${LOGS}/canto_server_running.log"
#this line retrieves the canto container id
DOCKERNAME=$(docker ps -a --filter status=running --filter name=^/canto$)
DOCKERNAME=$(docker ps -a --filter status=running --filter name=^/canto$ { print $1 })
if [[ ! -z "${DOCKERNAME}" ]]; then
echo "Canto running on container ${DOCKERNAME} - see canto_server_running.log for the log messages"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment