Bob Mottram 9 vuotta sitten
vanhempi
commit
1e602d10d0
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      src/freedombone-controlpanel

+ 1
- 1
src/freedombone-controlpanel Näytä tiedosto

@@ -124,7 +124,7 @@ function show_domains {
124 124
     echo ''
125 125
     if grep -q "Email onion domain" $COMPLETION_FILE; then
126 126
         echo -n -e "$(pad_string 'Email')"
127
-        echo -n -e "$(pad_string '')"
127
+        echo -n -e "$(pad_string ' ')"
128 128
         echo "$(cat ${COMPLETION_FILE} | grep 'Email onion domain' | awk -F ':' '{print $2}')"
129 129
     fi
130 130
     if grep -q "Wiki domain" $COMPLETION_FILE; then