From 12be0addea8cb9167e95160bb9d770981148dd4c Mon Sep 17 00:00:00 2001 From: Savinda Senevirathne Date: Fri, 15 Apr 2022 10:18:15 +0530 Subject: [PATCH] Message updates in setup (#117) --- installer/setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/setup.sh b/installer/setup.sh index eec45a4..9d66308 100755 --- a/installer/setup.sh +++ b/installer/setup.sh @@ -433,7 +433,7 @@ function check_installer_pending_finish() { function reg_info() { echo "" if sudo -u $MB_XRPL_USER MB_DATA_DIR=$MB_XRPL_DATA node $MB_XRPL_BIN reginfo ; then - echo -e "\nYou are receiving $evernode rewards to the Host account. The account secret is stored in $MB_XRPL_DATA/mb-xrpl.cfg" + echo -e "\nThe account secret is stored in $MB_XRPL_DATA/mb-xrpl.cfg" fi } @@ -497,7 +497,7 @@ if [ "$mode" == "install" ]; then install_evernode 0 echomult "Installation successful! Installation log can be found at $logfile - \n\nYour system is now registered on $evernode. You can check your system status with 'evernode status' command." + \n\nYour system is now registered on $evernode. You can check your system status with 'sudo evernode status' command." elif [ "$mode" == "uninstall" ]; then