start/stop/restart fix

pull/1/head
riley 11 months ago
parent 99b490c0fd
commit 9bb6ceb2cc

@ -124,7 +124,7 @@ case ${ACTION} in
docker rm -f whoogle
;;
"start" | "stop" | "restart")
docker ${ACTION} whoogle
docker ${ACTION} whoogle-search
;;
"status")
CONTAINER_NAME=$(docker ps -a --filter "name=whoogle-search" --format '{{.Names}}')

Loading…
Cancel
Save