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