mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-11 13:20:56 +02:00
Merge pull request #2512 from periodic1236/periodic1236-patch-1
Fix typo in systemctl command
This commit is contained in:
commit
011e9be0fa
@ -142,7 +142,7 @@ if [ "${BTCRPCexplorer}" != "${choice}" ]; then
|
||||
errorOnInstall=$?
|
||||
if [ "${choice}" = "on" ]; then
|
||||
if [ ${errorOnInstall} -eq 0 ]; then
|
||||
sudo sytemctl start btc-rpc-explorer
|
||||
sudo systemctl start btc-rpc-explorer
|
||||
whiptail --title " Installed BTC-RPC-Explorer " --msgbox "\
|
||||
The txindex may need to be created before BTC-RPC-Explorer can be active.\n
|
||||
This can take ~7 hours on a RPi4 with SSD. Monitor the progress on the LCD.\n
|
||||
|
Loading…
x
Reference in New Issue
Block a user