mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-19 04:00:34 +02:00
Rename electrs INDEX to REINDEX (#4256)
This commit is contained in:
@@ -193,7 +193,7 @@ Check 'sudo nginx -t' for a detailed error message.
|
|||||||
# Options (available without TOR)
|
# Options (available without TOR)
|
||||||
OPTIONS=( \
|
OPTIONS=( \
|
||||||
CONNECT "How to Connect" \
|
CONNECT "How to Connect" \
|
||||||
INDEX "Delete&Rebuild Index" \
|
REINDEX "Delete&Rebuild Index" \
|
||||||
STATUS "ElectRS Status Info"
|
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."
|
echo "Press ENTER to get back to main menu."
|
||||||
read key
|
read key
|
||||||
;;
|
;;
|
||||||
INDEX)
|
REINDEX)
|
||||||
echo "######## Delete/Rebuild Index ########"
|
echo "######## Delete/Rebuild Index ########"
|
||||||
echo "# stopping service"
|
echo "# stopping service"
|
||||||
sudo systemctl stop electrs
|
sudo systemctl stop electrs
|
||||||
|
Reference in New Issue
Block a user