Rename electrs INDEX to REINDEX (#4256)

This commit is contained in:
Oleg Koretsky 2023-11-18 10:21:00 +02:00 committed by GitHub
parent 041574a1ee
commit 4f71a73e3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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