From 72427aa73e54e31c811bf79c21b242ae81b90925 Mon Sep 17 00:00:00 2001
From: Bob Mottram <bob@freedombone.net>
Date: Sun, 11 Jun 2017 14:52:46 +0100
Subject: [PATCH] list

---
 src/freedombone-utils-onion | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/freedombone-utils-onion b/src/freedombone-utils-onion
index 8e3c4a8cb..953fd4390 100755
--- a/src/freedombone-utils-onion
+++ b/src/freedombone-utils-onion
@@ -138,6 +138,7 @@ function add_onion_service {
     wait_for_onion_service ${onion_service_name}
 
     if [ ! -f ${HIDDEN_SERVICE_PATH}${onion_service_name}/hostname ]; then
+        ls -lh ${HIDDEN_SERVICE_PATH}${onion_service_name}/hostname
         echo $"${onion_service_name} onion site hostname not found"
         exit 763624
     fi
-- 
GitLab