This commit is contained in:
Bob Mottram 2017-04-16 15:09:57 +01:00
parent 0e3be0dcee
commit 27f05ce96d
1 changed files with 2 additions and 2 deletions

View File

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