fix function call

This commit is contained in:
Sean Wheller 2019-08-11 16:00:25 +02:00
parent 42c23ebf14
commit b56c59191e

View File

@ -13,7 +13,7 @@ echo "${_GREEN}MINING STARTED${_RESET}"
if ! screen -list | grep -q "$_XMRIG_SCREEN"; then if ! screen -list | grep -q "$_XMRIG_SCREEN"; then
# Call functions # Call functions
show_mysettings show_settings
start_xmrig start_xmrig
# List screen # List screen