Changing searx password

This commit is contained in:
Bob Mottram 2017-05-22 14:26:02 +01:00
parent d0a14833e4
commit a5f307ddfb
1 changed files with 3 additions and 1 deletions

View File

@ -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 {