mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-10-04 12:05:04 +02:00
fix password a
This commit is contained in:
@@ -106,12 +106,14 @@ if [ "${abcd}" = "a" ]; then
|
|||||||
|
|
||||||
exit 1
|
exit 1
|
||||||
|
|
||||||
# change user passwords and then change hostname
|
fi
|
||||||
# echo "pi:$result" | sudo chpasswd
|
|
||||||
# echo "root:$result" | sudo chpasswd
|
# change user passwords and then change hostname
|
||||||
# echo "bitcoin:$result" | sudo chpasswd
|
# echo "pi:$result" | sudo chpasswd
|
||||||
# echo "admin:$result" | sudo chpasswd
|
# echo "root:$result" | sudo chpasswd
|
||||||
# sleep 1
|
# echo "bitcoin:$result" | sudo chpasswd
|
||||||
|
# echo "admin:$result" | sudo chpasswd
|
||||||
|
# sleep 1
|
||||||
|
|
||||||
# PASSWORD B
|
# PASSWORD B
|
||||||
elif [ "${abcd}" = "b" ]; then
|
elif [ "${abcd}" = "b" ]; then
|
||||||
|
Reference in New Issue
Block a user