From c8ef79f1ef7c3e4a47148f0e9aaa051c992b8866 Mon Sep 17 00:00:00 2001 From: Zachary Boyd Date: Wed, 19 Mar 2014 13:28:48 +0000 Subject: [PATCH] _ --- tor-router-update.sh.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tor-router-update.sh.php b/tor-router-update.sh.php index 8e703e0..5bfc60e 100644 --- a/tor-router-update.sh.php +++ b/tor-router-update.sh.php @@ -13,8 +13,8 @@ else sha1sum /tmp/master.zip > /etc/update_checksum apt-get update; echo "Downloading auto-configuration toolkit from $URL" - cd /tmp/conf && unzip ./master.zip; - cd /tmp/conf/tor-router-master && make && make install; + cd /tmp && unzip ./master.zip; + cd /tmp/tor-router-master && make && make install; echo "Unit $(hostname) updated!" | tee >(exec logger); /sbin/reboot fi