summarylogtreecommitdiffstats
path: root/btcpayserver.sh
blob: ce2b6d87558e9abfd7ad2356443039595b6b6b38 (plain)
1
2
3
4
#!/usr/bin/env bash
# This script starts BTCPayServer.

dotnet run --no-build --no-launch-profile -c Release --project /usr/share/webapps/btcpayserver/BTCPayServer/BTCPayServer.csproj -- "${@}"