FAQ | This is a LIVE service | Changelog

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

Update weekly_routine.sh - a) restart function is simpler and allows easy edit...

Update weekly_routine.sh - a) restart function is simpler and allows easy edit for canto-test ; b) changed variable for canto-space location under new overarching canto-project directory 
parent 4900fd35
No related branches found
No related tags found
1 merge request!28Changes to make canto work from canto-project
......@@ -77,8 +77,7 @@ function restart_canto()
# Canto restart
# Get Container ID from output
DOCKERNAME=$(docker ps -a --filter status=running | awk '$2 ~ /pombase\/canto-base/ { print $1 }')
if docker restart "${DOCKERNAME}"; then
if docker restart canto; then
log "Canto restarted successfully"
else
log "Canto failed to restart sucessfully!"
......
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