mirror of
https://github.com/aljazceru/btcpayserver-docker.git
synced 2026-01-24 20:34:21 +01:00
fix ensure sourced
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ "$0" != "$BASH_SOURCE" ]; then
|
||||
if [ "$0" = "$BASH_SOURCE" ]; then
|
||||
echo "This script must be sourced \". btcpay-setup.sh\""
|
||||
exit 1
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user