mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2024-11-20 02:09:15 +01:00
Fix typo in systemctl command
This commit is contained in:
parent
79ccb8d343
commit
7eb751bbe9
@ -99,7 +99,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…
Reference in New Issue
Block a user