summarylogtreecommitdiffstats
path: root/nbxplorer.sh
diff options
context:
space:
mode:
authorMatheus2022-11-07 17:34:56 +0100
committerMatheus2022-11-07 17:34:56 +0100
commitc0831ae66d677e0a296afadeb8c4298a514447f2 (patch)
tree3ecc7dd8e67434acaab3a994fb5f4e45258690d1 /nbxplorer.sh
parent8ec231dd46bd380d526ea468d8b5c925bad229d0 (diff)
downloadaur-c0831ae66d677e0a296afadeb8c4298a514447f2.tar.gz
Executable fixed.
Diffstat (limited to 'nbxplorer.sh')
-rwxr-xr-xnbxplorer.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/nbxplorer.sh b/nbxplorer.sh
index 1f3fe482069d..b5b2cdcb7cc5 100755
--- a/nbxplorer.sh
+++ b/nbxplorer.sh
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
# This script starts NBXplorer.
-dotnet run -c Release --no-build --no-launch-profile --project /usr/share/webapps/NBXplorer/NBXplorer/NBXplorer.csproj -- "${@}"
+dotnet run -c Release --no-build --no-launch-profile --project /usr/share/webapps/nbxplorer/NBXplorer/NBXplorer.csproj -- "${@}"