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