mirror of
https://github.com/unraid/webgui.git
synced 2026-01-06 01:29:54 -06:00
Update rc.docker
This commit is contained in:
@@ -509,7 +509,7 @@ docker_container_start(){
|
||||
if [[ $OUT =~ "Error:" ]]; then
|
||||
log "$CONTAINER: $OUT" &
|
||||
else
|
||||
run container_add_route $CONTAINER
|
||||
container_add_route $CONTAINER
|
||||
log "$CONTAINER: started successfully!" &
|
||||
if [[ $WAIT -gt 0 ]]; then
|
||||
log "$CONTAINER: wait $WAIT seconds" &
|
||||
|
||||
Reference in New Issue
Block a user