Fix pushd/popd code
This commit is contained in:
parent
15cf936c6d
commit
12970d3e3b
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue