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

+ 1
- 2
src/freedombone-controlpanel View File

@@ -176,8 +176,7 @@ function show_domains {
176 176
         echo -n -e "$(pad_string 'Gogs')"
177 177
         GOGSDOM=$(cat ${COMPLETION_FILE} | grep 'Gogs domain' | awk -F ':' '{print $2}')
178 178
         echo -n -e "$(pad_string ${GOGSDOM})"
179
-        if [ -d /var/lib/tor/hidden_service_git ]; then
180
-			/var/lib/tor/hidden_service_gogs/hostname
179
+        if [ -d /var/lib/tor/hidden_service_gogs ]; then
181 180
             echo -n "$(cat /var/lib/tor/hidden_service_gogs/hostname)"
182 181
         fi
183 182
         echo ''