diff --git a/btcpay-setup.sh b/btcpay-setup.sh index 7ce518f..492176a 100755 --- a/btcpay-setup.sh +++ b/btcpay-setup.sh @@ -6,7 +6,7 @@ if [ "$0" = "$BASH_SOURCE" ]; then fi if [[ $EUID -ne 0 ]]; then - echo "This script must be run as root" + echo "This script must be run as root after running \"sudo su -\"" return fi