mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 07:07:46 +01:00
fix password a
This commit is contained in:
parent
326371b30f
commit
a470815f04
1 changed files with 8 additions and 6 deletions
|
@ -106,12 +106,14 @@ if [ "${abcd}" = "a" ]; then
|
|||
|
||||
exit 1
|
||||
|
||||
# change user passwords and then change hostname
|
||||
# echo "pi:$result" | sudo chpasswd
|
||||
# echo "root:$result" | sudo chpasswd
|
||||
# echo "bitcoin:$result" | sudo chpasswd
|
||||
# echo "admin:$result" | sudo chpasswd
|
||||
# sleep 1
|
||||
fi
|
||||
|
||||
# change user passwords and then change hostname
|
||||
# echo "pi:$result" | sudo chpasswd
|
||||
# echo "root:$result" | sudo chpasswd
|
||||
# echo "bitcoin:$result" | sudo chpasswd
|
||||
# echo "admin:$result" | sudo chpasswd
|
||||
# sleep 1
|
||||
|
||||
# PASSWORD B
|
||||
elif [ "${abcd}" = "b" ]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue