You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried installing the standup script following your directions. I noticed that the HiddenService lines were not added to my /etc/tor/torrc. Then, I saw this error in /standup.err:
I tried installing the standup script following your directions. I noticed that the HiddenService lines were not added to my
/etc/tor/torrc
. Then, I saw this error in/standup.err
:I was able to reproduce the error by running the code https://github.com/BlockchainCommons/Bitcoin-Standup-Scripts/blob/master/Scripts/LinodeStandUp.sh#L214-L225:
I think the problem is this line that doesn't properly escape the directory forward slashes. It needs changed to:
HiddenServiceDir \/var\/lib\/tor\/cypherpunkpay\
The text was updated successfully, but these errors were encountered: