summaryrefslogtreecommitdiffstats
path: root/filehooker/root-image/krebs/etc/Reaktor/commands
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2014-03-19 21:13:05 +0100
committermakefu <github@syntax-fehler.de>2014-03-19 21:13:05 +0100
commit5f89a51920228acd91891cd54a2bfd49cfe4e399 (patch)
tree65647235c0e2f35429cbc8a1ce626d539f617328 /filehooker/root-image/krebs/etc/Reaktor/commands
parentca1043e0618259439c64bb55c9de7359778ab208 (diff)
filehooker: use sudo to get onion name
Diffstat (limited to 'filehooker/root-image/krebs/etc/Reaktor/commands')
-rwxr-xr-xfilehooker/root-image/krebs/etc/Reaktor/commands/onion2
1 files changed, 1 insertions, 1 deletions
diff --git a/filehooker/root-image/krebs/etc/Reaktor/commands/onion b/filehooker/root-image/krebs/etc/Reaktor/commands/onion
index 8631fa79..1a202991 100755
--- a/filehooker/root-image/krebs/etc/Reaktor/commands/onion
+++ b/filehooker/root-image/krebs/etc/Reaktor/commands/onion
@@ -1,3 +1,3 @@
#!/bin/sh
-sudo -u tor cat /var/lib/tor/hidden_service/hostname || echo "no hidden service configured"
+sudo -u tor /krebs/bin/tor-get-hidden-service.sh || echo "no hidden service configured"