fix sourcing setup file

This commit is contained in:
rootzoll
2021-05-03 14:32:36 +02:00
parent 43ded3b094
commit 3586175adc
5 changed files with 5 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ source /home/admin/raspiblitz.info
# SETUPFILE
# this key/value file contains the state during the setup process
SETUPFILE="/var/cache/raspiblitz/raspiblitz.setup"
source <($SETUPFILE)
source $SETUPFILE
# choose blockchain or select migration
OPTIONS=()

View File

@@ -5,7 +5,7 @@ source /home/admin/raspiblitz.info
# SETUPFILE
# this key/value file contains the state during the setup process
SETUPFILE="/var/cache/raspiblitz/raspiblitz.setup"
source <($SETUPFILE)
source $SETUPFILE
# flags for sub dialogs after choice
uploadLNDRESCUE=0

View File

@@ -9,7 +9,7 @@ source /home/admin/raspiblitz.info
# SETUPFILE
# this key/value file contains the state during the setup process
SETUPFILE="/var/cache/raspiblitz/raspiblitz.setup"
source <($SETUPFILE)
source $SETUPFILE
#########################
# Parameters

View File

@@ -7,7 +7,7 @@ source /home/admin/raspiblitz.info
# SETUPFILE
# this key/value file contains the state during the setup process
SETUPFILE="/var/cache/raspiblitz/raspiblitz.setup"
source <($SETUPFILE)
source $SETUPFILE
###################
# ENTER NAME

View File

@@ -7,7 +7,7 @@ source /home/admin/raspiblitz.info
# SETUPFILE
# this key/value file contains the state during the setup process
SETUPFILE="/var/cache/raspiblitz/raspiblitz.setup"
source <($SETUPFILE)
source $SETUPFILE
# debug test
echo "setPasswordA(${setPasswordA})"