remove debugs

This commit is contained in:
rootzoll 2021-05-03 17:53:05 +02:00
parent 95537e5360
commit efc430e691

View file

@ -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