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

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

198
 }
198
 }
199
 
199
 
200
 function change_password_searx {
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
 function reconfigure_searx {
206
 function reconfigure_searx {