mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-28 16:58:03 +01:00
Rename electrs INDEX to REINDEX (#4256)
This commit is contained in:
parent
041574a1ee
commit
4f71a73e3f
1 changed files with 2 additions and 2 deletions
|
@ -193,7 +193,7 @@ Check 'sudo nginx -t' for a detailed error message.
|
|||
# Options (available without TOR)
|
||||
OPTIONS=( \
|
||||
CONNECT "How to Connect" \
|
||||
INDEX "Delete&Rebuild Index" \
|
||||
REINDEX "Delete&Rebuild Index" \
|
||||
STATUS "ElectRS Status Info"
|
||||
)
|
||||
|
||||
|
@ -238,7 +238,7 @@ Check 'sudo nginx -t' for a detailed error message.
|
|||
echo "Press ENTER to get back to main menu."
|
||||
read key
|
||||
;;
|
||||
INDEX)
|
||||
REINDEX)
|
||||
echo "######## Delete/Rebuild Index ########"
|
||||
echo "# stopping service"
|
||||
sudo systemctl stop electrs
|
||||
|
|
Loading…
Add table
Reference in a new issue