Browse Source

added command

main
deicidus 1 year ago
parent
commit
0f24bce247
  1. 2
      spells/menu/bitcoin/bitcoin-menu

2
spells/menu/bitcoin/bitcoin-menu

@ -18,7 +18,7 @@ display_menu() {
install_bitcoin_option="Uninstall Bitcoin%uninstall-bitcoin"
if is-service-installed bitcoin; then
install_service_option="Uninstall Bitcoin Service%remove-service bitcoin"
service_status_option="View Bitcoin Service Status"
service_status_option="View Bitcoin Service Status%sudo systemctl status bitcoin"
if is-bitcoin-running; then
bitcoin_service_option="Stop Bitcoin Service%sudo systemctl stop bitcoin"
menu "$title" "$blockchain_info" "$set_config" "$change_directory" "$clear_cache" "$repair_permissions" "$service_status_option" "$bitcoin_service_option" "$install_service_option" "$install_bitcoin_option" "$exit_option"

Loading…
Cancel
Save