mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
set defaults before
This commit is contained in:
parent
1d0d368b83
commit
11948ede38
1 changed files with 5 additions and 8 deletions
|
@ -207,6 +207,11 @@ if [ "${setupPhase}" == "setup" ]; then
|
|||
# FRESH SETUP
|
||||
if [ "${menuresult}" == "0" ]; then
|
||||
|
||||
# user needs to set all passwords (defaults)
|
||||
echo "setPasswordA=1" >> $SETUPFILE
|
||||
echo "setPasswordB=1" >> $SETUPFILE
|
||||
echo "setPasswordC=1" >> $SETUPFILE
|
||||
|
||||
############################################
|
||||
# Setting Name for Node
|
||||
|
||||
|
@ -289,14 +294,6 @@ if [ "${setupPhase}" == "setup" ]; then
|
|||
echo "hostname='${hostname}'" >> $CONFIGFILE
|
||||
echo "runBehindTor=on" >> $CONFIGFILE
|
||||
|
||||
# user needs to set all passwords
|
||||
echo "setPasswordA=1" >> $SETUPFILE
|
||||
echo "setPasswordB=1" >> $SETUPFILE
|
||||
echo "setPasswordC=1" >> $SETUPFILE
|
||||
|
||||
|
||||
|
||||
|
||||
fi
|
||||
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue