Shorter password is easier to copy and paste

This commit is contained in:
Bob Mottram 2018-01-05 21:39:19 +00:00
parent 6ee54cde6f
commit 1834784191
1 changed files with 1 additions and 1 deletions

View File

@ -443,7 +443,7 @@ function install_fedwiki {
FEDWIKI_ONION_HOSTNAME=$(add_onion_service fedwiki 80 ${FEDWIKI_ONION_PORT})
if [ ! $FEDWIKI_COOKIE ]; then
FEDWIKI_COOKIE="$(create_password 30)"
FEDWIKI_COOKIE="$(create_password 20)"
fi
echo '[Unit]' > /etc/systemd/system/fedwiki.service