mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-22 16:10:55 +02:00
fix sourcing setup file
This commit is contained in:
@@ -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=()
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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})"
|
||||
|
Reference in New Issue
Block a user