mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-01-22 12:34:24 +00:00
Update build-osx.md: Add mkdir
mkdir line added in line 97 to prevent the following error: -bash: /Users/dwales/.twister/twister.conf: No such file or directory
This commit is contained in:
parent
3ff3ef1175
commit
2e8a71bf31
@ -94,6 +94,7 @@ directory. We have to first create the RPC configuration file, though.
|
|||||||
Run `./twisterd` to get the filename where it should be put, or just try these
|
Run `./twisterd` to get the filename where it should be put, or just try these
|
||||||
commands:
|
commands:
|
||||||
|
|
||||||
|
mkdir -p "/Users/${USER}/.twister"
|
||||||
echo -e "rpcuser=user\nrpcpassword=pwd\nrpcallowip=127.0.0.1" > "/Users/${USER}/.twister/twister.conf"
|
echo -e "rpcuser=user\nrpcpassword=pwd\nrpcallowip=127.0.0.1" > "/Users/${USER}/.twister/twister.conf"
|
||||||
chmod 600 "/Users/${USER}/.twister/twister.conf"
|
chmod 600 "/Users/${USER}/.twister/twister.conf"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user