From b7ebc6691195a529baa399c82ae6b32b2dfd2a90 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Fri, 18 May 2018 00:31:55 +0900 Subject: [PATCH] Better help message if btcpay-setup fails --- btcpay-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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