Skip to content

Commit e5b39e6

Browse files
authored
Update pihole.sh (#2964)
1 parent 6ad1ea0 commit e5b39e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ct/pihole.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ function update_script() {
2929
fi
3030
msg_info "Updating ${APP}"
3131
set +e
32-
pihole -up
32+
/usr/local/bin/pihole -up
3333
msg_ok "Updated ${APP}"
3434
exit
3535
}
@@ -41,4 +41,4 @@ description
4141
msg_ok "Completed Successfully!\n"
4242
echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}"
4343
echo -e "${INFO}${YW} Access it using the following URL:${CL}"
44-
echo -e "${TAB}${GATEWAY}${BGN}http://${IP}/admin${CL}"
44+
echo -e "${TAB}${GATEWAY}${BGN}http://${IP}/admin${CL}"

0 commit comments

Comments
 (0)