From 12970d3e3b286cc28f472ff63b720c7f9a86f4ee Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Thu, 23 May 2019 11:03:25 +0200 Subject: [PATCH] Fix pushd/popd code --- scripts/orig-client | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/orig-client b/scripts/orig-client index b3bb102..a0d5c55 100755 --- a/scripts/orig-client +++ b/scripts/orig-client @@ -1,8 +1,7 @@ #!/bin/bash mkdir -p $4/{log,shared,res} -pushd -cd $4/shared +pushd $4/shared HS="`cat onion_services.pub | head -n1`.onion" popd