mirror of
https://github.com/aljazceru/btcpayserver-docker.git
synced 2026-01-14 16:14:21 +01:00
Better help message if btcpay-setup fails
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user