Преглед изворни кода

Shorter password is easier to copy and paste

Bob Mottram пре 7 година
родитељ
комит
1834784191
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      src/freedombone-app-fedwiki

+ 1
- 1
src/freedombone-app-fedwiki Прегледај датотеку

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