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