From e5b39e6671f3c466b27d4569a61465bf9158517e Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Mon, 10 Mar 2025 11:02:04 +0100 Subject: [PATCH] Update pihole.sh (#2964) --- ct/pihole.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/pihole.sh b/ct/pihole.sh index db33d814b..3559c557f 100644 --- a/ct/pihole.sh +++ b/ct/pihole.sh @@ -29,7 +29,7 @@ function update_script() { fi msg_info "Updating ${APP}" set +e - pihole -up + /usr/local/bin/pihole -up msg_ok "Updated ${APP}" exit } @@ -41,4 +41,4 @@ description msg_ok "Completed Successfully!\n" echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}" echo -e "${INFO}${YW} Access it using the following URL:${CL}" -echo -e "${TAB}${GATEWAY}${BGN}http://${IP}/admin${CL}" \ No newline at end of file +echo -e "${TAB}${GATEWAY}${BGN}http://${IP}/admin${CL}"