summarylogtreecommitdiffstats
path: root/btcpayserver.sh
diff options
context:
space:
mode:
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 -- "${@}"