We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ad1ea0 commit e5b39e6Copy full SHA for e5b39e6
ct/pihole.sh
@@ -29,7 +29,7 @@ function update_script() {
29
fi
30
msg_info "Updating ${APP}"
31
set +e
32
- pihole -up
+ /usr/local/bin/pihole -up
33
msg_ok "Updated ${APP}"
34
exit
35
}
@@ -41,4 +41,4 @@ description
41
msg_ok "Completed Successfully!\n"
42
echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}"
43
echo -e "${INFO}${YW} Access it using the following URL:${CL}"
44
-echo -e "${TAB}${GATEWAY}${BGN}http://${IP}/admin${CL}"
+echo -e "${TAB}${GATEWAY}${BGN}http://${IP}/admin${CL}"
0 commit comments