Bob Mottram 8 年前
父节点
当前提交
27f05ce96d
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      src/freedombone-app-searx

+ 2
- 2
src/freedombone-app-searx 查看文件

@@ -60,7 +60,7 @@ function searx_set_default_background {
60 60
     fi
61 61
 }
62 62
 
63
-function remove_user_friendica {
63
+function remove_user_searx {
64 64
     remove_username="$1"
65 65
 
66 66
     ${PROJECT_NAME}-pass -u $remove_username --rmapp searx
@@ -69,7 +69,7 @@ function remove_user_friendica {
69 69
     fi
70 70
 }
71 71
 
72
-function add_user_friendica {
72
+function add_user_searx {
73 73
     if [[ $(app_is_installed searx) == "0" ]]; then
74 74
         echo '0'
75 75
         return