FAQ | This is a LIVE service | Changelog

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

Update weekly_routine.sh - fixing function restart_canto

parent fc1f4d63
No related branches found
No related tags found
1 merge request!29Update weekly_routine.sh - fixing function restart_canto
......@@ -77,7 +77,7 @@ function restart_canto()
# Canto restart
# Get Container ID from output
if docker restart canto; then
if /etc/init.d/canto restart; 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