Skip to content

Commit f3935d5

Browse files
rdwebdesignyubiuser
authored andcommitted
Remove old "reconfigure" option
Signed-off-by: RD WebDesign <[email protected]>
1 parent c13460a commit f3935d5

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

docs/main/pihole-command.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Pi-hole makes use of many commands, and here we will break down those required t
1414
| [Allowlisting, Denylisting and Regex](#allowlisting-denylisting-and-regex) | `pihole allow`, `pihole deny`, `pihole --regex`, `pihole --wild`, `pihole --allow-regex`, `pihole --allow-wild` |
1515
| [Debugger](#debugger) | `pihole debug` |
1616
| [Log Flush](#log-flush) | `pihole flush` |
17-
| [Reconfigure](#reconfigure) | `pihole reconfigure` |
17+
| [Repair](#repair) | `pihole repair` |
1818
| [Tail](#tail) | `pihole tail` |
1919
| [Set password](#password) | `pihole setpassword` |
2020
| [Gravity](#gravity) | `pihole updateGravity` |
@@ -75,22 +75,19 @@ The Pi-hole debugger will attempt to diagnose any issues, and link to an FAQ wit
7575

7676
When invoked manually, this command will allow you to empty Pi-hole's log, which is located at `/var/log/pihole/pihole.log`. The command also serves to rotate the log daily, if the `logrotate` application is installed.
7777

78-
### Reconfigure
78+
### Repair
7979

8080
| | |
8181
| -------------- | -------------- |
8282
| Help Command | N/A |
8383
| Script Location | [`/etc/.pihole/automated install/basic-install.sh`](https://github.com/pi-hole/pi-hole/blob/master/automated%20install/basic-install.sh) |
84-
| Example Usage | `pihole reconfigure` |
84+
| Example Usage | `pihole repair` |
8585

86-
There are times where the administrator will need to repair or reconfigure the Pi-hole installation, which is performed via this command.
86+
There are times where the administrator will need to repair the Pi-hole installation, which is performed via this command.
8787

8888
**Basic Script Process**:
8989

90-
* [`basic-install.sh`](https://github.com/pi-hole/pi-hole/blob/master/automated%20install/basic-install.sh) will be run
91-
* **Reconfigure** will run through the first-time installation prompts, asking for upstream DNS provider, IP protocols, etc
92-
* **Repair** will retain your existing settings and will attempt to repair any scripts or dependencies as necessary
93-
* The rest of `basic-install.sh` will then run as appropriate
90+
* [`basic-install.sh`](https://github.com/pi-hole/pi-hole/blob/master/automated%20install/basic-install.sh) will be run with **Repair** option, which will retain your existing settings and will attempt to repair any scripts or dependencies as necessary. The rest of `basic-install.sh` will then run as appropriate.
9491

9592
### Tail
9693

0 commit comments

Comments
 (0)