Remove 'reconfigure' option (#5887)

This commit is contained in:
Adam Warner 2025-02-28 21:14:18 +00:00 committed by GitHub
commit 821c953216
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 20 additions and 72 deletions

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