From 9bb6ceb2ccfc8cc09b03e577617fe9affdafd9ac Mon Sep 17 00:00:00 2001 From: riley Date: Mon, 16 Oct 2023 17:26:17 -0400 Subject: [PATCH] start/stop/restart fix --- root/usr/libexec/apps/whoogle/whoogle.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/usr/libexec/apps/whoogle/whoogle.sh b/root/usr/libexec/apps/whoogle/whoogle.sh index 0a92a33..5e6ba17 100644 --- a/root/usr/libexec/apps/whoogle/whoogle.sh +++ b/root/usr/libexec/apps/whoogle/whoogle.sh @@ -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}}')