mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-10-09 12:23:11 +02:00
remove debugs
This commit is contained in:
@@ -20,13 +20,9 @@ if [ "${setPasswordB}" == "1" ]; then
|
|||||||
passwordinfo="${passwordinfo}, B"
|
passwordinfo="${passwordinfo}, B"
|
||||||
echo "A1"
|
echo "A1"
|
||||||
fi
|
fi
|
||||||
echo "B"
|
|
||||||
if [ "${setPasswordC}" == "1" ]; then
|
if [ "${setPasswordC}" == "1" ]; then
|
||||||
passwordinfo="${passwordinfo}, C"
|
passwordinfo="${passwordinfo}, C"
|
||||||
echo "B1"
|
|
||||||
fi
|
fi
|
||||||
echo "${passwordinfo}"
|
|
||||||
sleep 3
|
|
||||||
|
|
||||||
# if passwords are set in a migration situation, use different info text
|
# if passwords are set in a migration situation, use different info text
|
||||||
if [ "${migrationOS}" == "" ]; then
|
if [ "${migrationOS}" == "" ]; then
|
||||||
|
Reference in New Issue
Block a user