pull down to refresh

Hey stackers! Any y'all got a clue where I'm supposed to plug this in if I'm using Umbrel OS? I ssh into the machine, and everywhere I turn, it says that the file I'm trying to modify doesn't exist.
50 sats \ 8 replies \ @k00b 8 Apr
It's been a long time since I've used umbrel, but you probably need to find the btcpayserver directory to run this command.
You might be able to find the file using:
find ~/umbrel -name "btcpay-setup.sh" 2>/dev/null assuming umbrel stores all of its files in ~/umbrel still.
reply
Thanks man! Umbrel does still store everything in that directory. Unfortunately, that command didn't seem to do anything on my system. It didn't even throw an error.
reply
50 sats \ 6 replies \ @k00b 8 Apr
If you remove 2>/dev/null it'll print errors.
reply
On it! Thanks!
reply
umbrel@umbrel:$ find /umbrel -name "btcpay-setup.sh"
find: '/home/umbrel/umbrel/app-data/tailscale/data/tailscale': Permission denied find: '/home/umbrel/umbrel/app-data/btcpay-server/data/postgres': Permission denied umbrel@umbrel:
$ sudo find /umbrel -name "btcpay-setup.sh" [sudo] password for umbrel: umbrel@umbrel:$ cd umbrel/app-data/btcpay-server/data umbrel@umbrel:
/umbrel/app-data/btcpay-server/data$ cd postgres -bash: cd: postgres: Permission denied umbrel@umbrel:/umbrel/app-data/btcpay-server/data$ sudo cd postgres sudo: cd: command not found sudo: "cd" is a shell built-in command, it cannot be run directly. sudo: the -s option may be used to run a privileged shell. sudo: the -D option may be used to run a command in a specific directory. umbrel@umbrel:/umbrel/app-data/btcpay-server/data$ cd postgres -D -bash: cd: too many arguments umbrel@umbrel:~/umbrel/app-data/btcpay-server/data$
OK, I'm just a total dumbass. Do you know how to get into this folder? lol
reply
0 sats \ 3 replies \ @k00b 8 Apr
Is the file not in ~/umbrel/app-data/btcpay-server/?
Run ls ~/umbrel/app-data/btcpay-server/ to check.
I don't imagine you need to cd into postgres.