Skip to content
Snippets Groups Projects
Commit a5f307dd authored by Bob Mottram's avatar Bob Mottram
Browse files

Changing searx password

parent d0a14833
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment