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

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