Bob Mottram před 8 roky
rodič
revize
27f05ce96d
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2
    2
      src/freedombone-app-searx

+ 2
- 2
src/freedombone-app-searx Zobrazit soubor

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