Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'docker/run-nc.sh')
-rwxr-xr-xdocker/run-nc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/run-nc.sh b/docker/run-nc.sh
index 58017440..86716b64 100755
--- a/docker/run-nc.sh
+++ b/docker/run-nc.sh
@@ -1,7 +1,7 @@
#!/bin/bash
NCDIR=/var/www/nextcloud
-OCC="$NCDIR/www/nextcloud/occ"
+OCC="$NCDIR/occ"
cleanup()
{