Remove 'reconfigure' option (#5887)

This commit is contained in:
Adam Warner
2025-02-28 21:14:18 +00:00
committed by GitHub
4 changed files with 20 additions and 72 deletions
+1 -1
View File
@@ -218,7 +218,7 @@ main() {
fi
if [[ "${FTL_update}" == true || "${core_update}" == true ]]; then
${PI_HOLE_FILES_DIR}/automated\ install/basic-install.sh --reconfigure --unattended || \
${PI_HOLE_FILES_DIR}/automated\ install/basic-install.sh --repair --unattended || \
echo -e "${basicError}" && exit 1
fi