mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 15:10:38 +01:00
remove debugs
This commit is contained in:
parent
95537e5360
commit
efc430e691
1 changed files with 0 additions and 4 deletions
|
@ -20,13 +20,9 @@ if [ "${setPasswordB}" == "1" ]; then
|
|||
passwordinfo="${passwordinfo}, B"
|
||||
echo "A1"
|
||||
fi
|
||||
echo "B"
|
||||
if [ "${setPasswordC}" == "1" ]; then
|
||||
passwordinfo="${passwordinfo}, C"
|
||||
echo "B1"
|
||||
fi
|
||||
echo "${passwordinfo}"
|
||||
sleep 3
|
||||
|
||||
# if passwords are set in a migration situation, use different info text
|
||||
if [ "${migrationOS}" == "" ]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue