ソースを参照

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 {