mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-10-10 21:03:09 +02:00
fix check
This commit is contained in:
@@ -16,7 +16,7 @@ if [ "$1" == "prestart" ]; then
|
|||||||
|
|
||||||
# set default chain parameter
|
# set default chain parameter
|
||||||
targetchain=$2
|
targetchain=$2
|
||||||
if [ "${targetchain}" == "" ];
|
if [ "${targetchain}" == "" ]; then
|
||||||
targetchain="mainnet"
|
targetchain="mainnet"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user