fix run.sh

This commit is contained in:
nicolas.dorier
2018-05-14 22:08:35 +09:00
parent 4184c6c208
commit 23a3c145ed

2
run.sh
View File

@@ -1,3 +1,3 @@
#!/bin/bash #!/bin/bash
dotnet run --no-launch-profile --no-build -c Release -p "BTCPayServer/BTCPayServer.csproj" -- "$@" dotnet run --no-launch-profile --no-build -c Release -p "BTCPayServer/BTCPayServer.csproj" -- $@