mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-21 14:04:12 +01:00
4 lines
130 B
Bash
Executable file
4 lines
130 B
Bash
Executable file
#!/bin/sh
|
|
|
|
echo "$(/sbin/ip route|awk '/default/ { print $3 }') host.docker.internal" >> /etc/hosts
|
|
exec dotnet BTCPayServer.dll
|