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 }