Browse Source

don't write password to file

merge-requests/1/head
Steven Foerster 6 years ago
parent
commit
ab658b90e3
  1. 4
      scripts/install.sh

4
scripts/install.sh

@ -182,8 +182,8 @@ if [ "$DISTRO" == "debian" ] || [ "$DISTRO" == "raspbian" ]; then @@ -182,8 +182,8 @@ if [ "$DISTRO" == "debian" ] || [ "$DISTRO" == "raspbian" ]; then
fi
# set default password (hashed form will write over)
mkdir -p ./mistborn/users/files
echo $MISTBORN_DEFAULT_PASSWORD > ./mistborn/users/files/default_pw
#mkdir -p ./mistborn/users/files
#echo $MISTBORN_DEFAULT_PASSWORD > ./mistborn/users/files/default_pw
# volumes init with ssh
#mkdir -p ./compose/production/ssh/

Loading…
Cancel
Save