From 87a8d9c2d81744ef9b426eb0c2e8fe9732bcc326 Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 1 Oct 2024 12:15:09 -0400 Subject: [PATCH] Update whoogle.sh fixes https://github.com/tteck/Proxmox/issues/3810 --- ct/whoogle.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ct/whoogle.sh b/ct/whoogle.sh index 5fa40ba2..92363c82 100644 --- a/ct/whoogle.sh +++ b/ct/whoogle.sh @@ -57,6 +57,7 @@ header_info if [[ ! -f /usr/local/bin/whoogle-search ]]; then msg_error "No ${APP} Installation Found!"; exit; fi msg_info "Updating ${APP} LXC" pip3 install whoogle-search --upgrade &>/dev/null +systemctl restart whoogle.service msg_ok "Updated Successfully" exit }