From 56d64dbf98f745e258ccd6e51fc8b4c413682725 Mon Sep 17 00:00:00 2001 From: riley Date: Mon, 16 Oct 2023 17:33:20 -0400 Subject: [PATCH] .sh made exec --- root/usr/libexec/apps/whoogle/whoogle.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 root/usr/libexec/apps/whoogle/whoogle.sh diff --git a/root/usr/libexec/apps/whoogle/whoogle.sh b/root/usr/libexec/apps/whoogle/whoogle.sh old mode 100644 new mode 100755 index 5e6ba17..189d4fc --- a/root/usr/libexec/apps/whoogle/whoogle.sh +++ b/root/usr/libexec/apps/whoogle/whoogle.sh @@ -121,7 +121,7 @@ case ${ACTION} in do_install_detail ;; "rm") - docker rm -f whoogle + docker rm -f whoogle-search ;; "start" | "stop" | "restart") docker ${ACTION} whoogle-search