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