From b2954853f1bc0e70b9b80daf4aac45a524d694d1 Mon Sep 17 00:00:00 2001 From: Michael Stanclift Date: Mon, 26 Oct 2020 19:25:56 +0000 Subject: [PATCH] add basic info --- includes/gs-update.sh | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/includes/gs-update.sh b/includes/gs-update.sh index 2c05021..86395e8 100644 --- a/includes/gs-update.sh +++ b/includes/gs-update.sh @@ -77,6 +77,21 @@ function show_version { function show_info() { echo -e "========================================================" + echo -e "${YELLOW}Local Pi-hole Settings${NC}" + echo -e "Local Pi-hole Type: ${PH_IN_TYPE}" + echo -e "Local Pi-hole Config Directory: ${PIHOLE_DIR}" + echo -e "Local Pi-hole Binary Directory: ${PIHOLE_BIN}" + echo -e "Local Docker Binary Directory: ${DOCKER_BIN}" + echo -e "Local File Owner Settings: ${DOCKER_BIN}" + echo -e "Local Docker Container Name: ${DOCKER_CON}" + echo -e "" + echo -e "${YELLOW}Remote Pi-hole Settings${NC}" + echo -e "Remote Pi-hole Type: ${RH_IN_TYPE}" + echo -e "Remote Pi-hole Config Directory: ${RIHOLE_DIR}" + echo -e "Remote Pi-hole Binary Directory: ${RIHOLE_BIN}" + echo -e "Remote Docker Binary Directory: ${DOCKER_BIN}" + echo -e "Remote File Owner Settings: ${DOCKER_BIN}" + echo -e "Remote Docker Container Name: ${DOCKER_CON}" echo -e "========================================================" }