Browse Source

Showing mobile rss address

Bob Mottram 7 years ago
parent
commit
0bb5eb9ce6
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/freedombone-controlpanel

+ 2
- 2
src/freedombone-controlpanel View File

454
             echo -n "$(cat /var/lib/tor/hidden_service_ttrss/hostname)"
454
             echo -n "$(cat /var/lib/tor/hidden_service_ttrss/hostname)"
455
             echo ''
455
             echo ''
456
         fi
456
         fi
457
-        if [ -d /var/lib/tor/hidden_service_ttrss_mobile ]; then
457
+        if [ -d /var/lib/tor/hidden_service_mobilerss ]; then
458
             echo -n -e "$(pad_string 'RSS mobile')"
458
             echo -n -e "$(pad_string 'RSS mobile')"
459
             RSSMOBILEDOM='-'
459
             RSSMOBILEDOM='-'
460
             echo -n -e "$(pad_string ${RSSMOBILEDOM})"
460
             echo -n -e "$(pad_string ${RSSMOBILEDOM})"
461
-            echo -n "$(cat /var/lib/tor/hidden_service_ttrss_mobile/hostname)"
461
+            echo -n "$(cat /var/lib/tor/hidden_service_mobilerss/hostname)"
462
             echo ''
462
             echo ''
463
         fi
463
         fi
464
     fi
464
     fi