list
This commit is contained in:
parent
304963caca
commit
72427aa73e
|
@ -138,6 +138,7 @@ function add_onion_service {
|
||||||
wait_for_onion_service ${onion_service_name}
|
wait_for_onion_service ${onion_service_name}
|
||||||
|
|
||||||
if [ ! -f ${HIDDEN_SERVICE_PATH}${onion_service_name}/hostname ]; then
|
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"
|
echo $"${onion_service_name} onion site hostname not found"
|
||||||
exit 763624
|
exit 763624
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue