Skip to content

Commit 56cd7c4

Browse files
authored
Merge pull request #3549 from pi-hole/release/v5.1.1
Pi-hole core v5.1.1
2 parents e9b0391 + f50cff5 commit 56cd7c4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

advanced/Scripts/piholeDebug.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1264,7 +1264,7 @@ upload_to_tricorder() {
12641264
# If they choose no, just exit out of the script
12651265
*) log_write " * Log will ${COL_GREEN}NOT${COL_NC} be uploaded to tricorder.\\n * A local copy of the debug log can be found at: ${COL_CYAN}${PIHOLE_DEBUG_LOG}${COL_NC}\\n";exit;
12661266
esac
1267-
fi232623
1267+
fi
12681268
# Check if tricorder.pi-hole.net is reachable and provide token
12691269
# along with some additional useful information
12701270
if [[ -n "${tricorder_token}" ]]; then

automated install/basic-install.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ useUpdateVars=false
7272
adlistFile="/etc/pihole/adlists.list"
7373
# Pi-hole needs an IP address; to begin, these variables are empty since we don't know what the IP is until
7474
# this script can run
75-
IPV4_ADDRESS=""
76-
IPV6_ADDRESS=""
75+
IPV4_ADDRESS=${IPV4_ADDRESS}
76+
IPV6_ADDRESS=${IPV6_ADDRESS}
7777
# By default, query logging is enabled and the dashboard is set to be installed
7878
QUERY_LOGGING=true
7979
INSTALL_WEB_INTERFACE=true

0 commit comments

Comments
 (0)