summarylogtreecommitdiffstats
path: root/btcpayserver.sh
diff options
context:
space:
mode:
authorMatheus2022-11-07 05:56:12 +0100
committerMatheus2022-11-07 05:56:12 +0100
commita3183b6b6e3b33308c52b97b2378eeab1322fe90 (patch)
treef5f7de2b7293df856455fc076c4fb49b7db1d090 /btcpayserver.sh
parent4080e92706b1568ff5df51de352e0899ea445597 (diff)
downloadaur-a3183b6b6e3b33308c52b97b2378eeab1322fe90.tar.gz
Update.
Diffstat (limited to 'btcpayserver.sh')
-rwxr-xr-xbtcpayserver.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/btcpayserver.sh b/btcpayserver.sh
index ce2b6d87558e..1426ead8e253 100755
--- a/btcpayserver.sh
+++ b/btcpayserver.sh
@@ -1,4 +1,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 -- "${@}"
+dotnet run -c Release --no-build --no-launch-profile --project /usr/share/webapps/btcpayserver/BTCPayServer/BTCPayServer.csproj -- "${@}"