We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
another flaw in the readme.
root@pNostr:/opt/nostr-rs-relay# su - nostr nostr@pNostr:~$ cd /opt/nostr-rs-relay nostr@pNostr:/opt/nostr-rs-relay$ wget https://raw.githubusercontent.com/scsibug/nostr-rs-relay/master/config.toml --2023-07-26 05:09:43-- https://raw.githubusercontent.com/scsibug/nostr-rs-relay/master/config.toml Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.109.133, 185.199.111.133, 185.199.110.133, ... Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.109.133|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 7619 (7.4K) [text/plain] config.toml.1: Permission denied
Cannot write to 'config.toml.1' (Success).
config.toml is existing. you need to add that you rm config.toml in this dir as root first.
Thanks
The text was updated successfully, but these errors were encountered:
Getting the same error. Is there any workaround this?
Sorry, something went wrong.
No branches or pull requests
Hi,
another flaw in the readme.
root@pNostr:/opt/nostr-rs-relay# su - nostr
nostr@pNostr:~$ cd /opt/nostr-rs-relay
nostr@pNostr:/opt/nostr-rs-relay$ wget https://raw.githubusercontent.com/scsibug/nostr-rs-relay/master/config.toml
--2023-07-26 05:09:43-- https://raw.githubusercontent.com/scsibug/nostr-rs-relay/master/config.toml
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.109.133, 185.199.111.133, 185.199.110.133, ...
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.109.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 7619 (7.4K) [text/plain]
config.toml.1: Permission denied
Cannot write to 'config.toml.1' (Success).
config.toml is existing. you need to add that you rm config.toml in this dir as root first.
Thanks
The text was updated successfully, but these errors were encountered: