mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-21 14:11:06 +02:00
set defaults before
This commit is contained in:
@@ -207,6 +207,11 @@ if [ "${setupPhase}" == "setup" ]; then
|
|||||||
# FRESH SETUP
|
# FRESH SETUP
|
||||||
if [ "${menuresult}" == "0" ]; then
|
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
|
# Setting Name for Node
|
||||||
|
|
||||||
@@ -289,14 +294,6 @@ if [ "${setupPhase}" == "setup" ]; then
|
|||||||
echo "hostname='${hostname}'" >> $CONFIGFILE
|
echo "hostname='${hostname}'" >> $CONFIGFILE
|
||||||
echo "runBehindTor=on" >> $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
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user