소스 검색

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