소스 검색

Changing searx password

Bob Mottram 8 년 전
부모
커밋
a5f307ddfb
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3
    1
      src/freedombone-app-searx

+ 3
- 1
src/freedombone-app-searx 파일 보기

@@ -198,7 +198,9 @@ function install_interactive_searx {
198 198
 }
199 199
 
200 200
 function change_password_searx {
201
-    echo -n ''
201
+    new_username="$1"
202
+    new_user_password="$2"
203
+    add_user_searx "$new_username" "$new_user_password"
202 204
 }
203 205
 
204 206
 function reconfigure_searx {