Changing searx password
This commit is contained in:
parent
d0a14833e4
commit
a5f307ddfb
|
@ -198,7 +198,9 @@ function install_interactive_searx {
|
|||
}
|
||||
|
||||
function change_password_searx {
|
||||
echo -n ''
|
||||
new_username="$1"
|
||||
new_user_password="$2"
|
||||
add_user_searx "$new_username" "$new_user_password"
|
||||
}
|
||||
|
||||
function reconfigure_searx {
|
||||
|
|
Loading…
Reference in New Issue