searx
This commit is contained in:
parent
0e3be0dcee
commit
27f05ce96d
|
@ -60,7 +60,7 @@ function searx_set_default_background {
|
|||
fi
|
||||
}
|
||||
|
||||
function remove_user_friendica {
|
||||
function remove_user_searx {
|
||||
remove_username="$1"
|
||||
|
||||
${PROJECT_NAME}-pass -u $remove_username --rmapp searx
|
||||
|
@ -69,7 +69,7 @@ function remove_user_friendica {
|
|||
fi
|
||||
}
|
||||
|
||||
function add_user_friendica {
|
||||
function add_user_searx {
|
||||
if [[ $(app_is_installed searx) == "0" ]]; then
|
||||
echo '0'
|
||||
return
|
||||
|
|
Loading…
Reference in New Issue