mirror of
https://github.com/aljazceru/btcpayserver-docker.git
synced 2026-01-18 20:24:23 +01:00
Fix script
This commit is contained in:
@@ -17,7 +17,7 @@ if [[ $EUID -ne 0 ]]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if [[ "$NBITCOIN_NETWORK" ]]; then
|
||||
if ! [[ "$NBITCOIN_NETWORK" ]]; then
|
||||
echo "NBITCOIN_NETWORK should be set to mainnet, testnet or regtest"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user