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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Pulzer <t.pulzer@kniel.de>2016-07-04 12:50:32 +0300
committerThomas Pulzer <t.pulzer@kniel.de>2016-07-04 12:50:32 +0300
commit90b7f74da714209ee9c6a9a3243dacbaee2dc435 (patch)
tree399f35c9ce80df45b39217f982535249aa3398ca /build/integration/run.sh
parent978ab660f737edbc38e7847f86e6106fb456dcb7 (diff)
Changed name of default logfile from owncloud.log to nextcloud.log.
Diffstat (limited to 'build/integration/run.sh')
-rwxr-xr-xbuild/integration/run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/integration/run.sh b/build/integration/run.sh
index 3725ba1af6f..2abceaa1fad 100755
--- a/build/integration/run.sh
+++ b/build/integration/run.sh
@@ -40,7 +40,7 @@ kill $PHPPID
kill $PHPPID_FED
if [ -z $HIDE_OC_LOGS ]; then
- tail "../../data/owncloud.log"
+ tail "../../data/nextcloud.log"
fi
exit $RESULT