mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-28 16:58:03 +01:00
fixed typo "additial" in dev branch
This commit is contained in:
parent
f2b77e913d
commit
9ac7c57061
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ if [ "${setPasswordB}" == "1" ]; then
|
||||||
fi
|
fi
|
||||||
sudo sed -i '/^passwordB=/d' $SETUPFILE
|
sudo sed -i '/^passwordB=/d' $SETUPFILE
|
||||||
echo "passwordB='${password}'" >> $SETUPFILE
|
echo "passwordB='${password}'" >> $SETUPFILE
|
||||||
dialog --backtitle "RaspiBlitz - Setup" --msgbox "\nThanks - Password B accepted.\n\nUse this password as login for\nadditial Apps & API access." 10 34
|
dialog --backtitle "RaspiBlitz - Setup" --msgbox "\nThanks - Password B accepted.\n\nUse this password as login for\nadditional Apps & API access." 10 34
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# PASSWORD C
|
# PASSWORD C
|
||||||
|
|
Loading…
Add table
Reference in a new issue