diff --git a/spells/menu/bitcoin/bitcoin-menu b/spells/menu/bitcoin/bitcoin-menu index ca528f4..46feae5 100755 --- a/spells/menu/bitcoin/bitcoin-menu +++ b/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"