Browse Source

Increase dialog size

Bob Mottram 7 years ago
parent
commit
c9f0223c58
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/freedombone-app-searx

+ 2
- 2
src/freedombone-app-searx View File

161
            read_config_param $MY_USERNAME
161
            read_config_param $MY_USERNAME
162
            SEARX_LOGIN_PASS=$(${PROJECT_NAME}-pass -u $MY_USERNAME -a searx)
162
            SEARX_LOGIN_PASS=$(${PROJECT_NAME}-pass -u $MY_USERNAME -a searx)
163
            dialog --title $"Enable Searx login" \
163
            dialog --title $"Enable Searx login" \
164
-                  --msgbox $"Searx logins are now enabled with the password $SEARX_LOGIN_PASS" 6 40
164
+                  --msgbox $"Searx logins are now enabled with the password $SEARX_LOGIN_PASS" 6 65
165
            SEARX_LOGIN_PASS=
165
            SEARX_LOGIN_PASS=
166
            ;;
166
            ;;
167
         1) if ! grep -q '#auth_basic' /etc/nginx/sites-available/searx; then
167
         1) if ! grep -q '#auth_basic' /etc/nginx/sites-available/searx; then
169
                systemctl restart nginx
169
                systemctl restart nginx
170
            fi
170
            fi
171
            dialog --title $"Disable Searx login" \
171
            dialog --title $"Disable Searx login" \
172
-                  --msgbox $"Searx logins are now disabled. Anyone can access your metasearch engine." 6 40
172
+                  --msgbox $"Searx logins are now disabled. Anyone can access your metasearch engine." 6 65
173
            ;;
173
            ;;
174
     esac
174
     esac
175
 }
175
 }