aboutsummaryrefslogtreecommitdiffstats
path: root/build/integration
diff options
context:
space:
mode:
authorThomas Pulzer <t.pulzer@kniel.de>2016-07-04 11:50:32 +0200
committerThomas Pulzer <t.pulzer@kniel.de>2016-07-04 11:50:32 +0200
commit90b7f74da714209ee9c6a9a3243dacbaee2dc435 (patch)
tree399f35c9ce80df45b39217f982535249aa3398ca /build/integration
parent978ab660f737edbc38e7847f86e6106fb456dcb7 (diff)
downloadnextcloud-server-90b7f74da714209ee9c6a9a3243dacbaee2dc435.tar.gz
nextcloud-server-90b7f74da714209ee9c6a9a3243dacbaee2dc435.zip
Changed name of default logfile from owncloud.log to nextcloud.log.
Diffstat (limited to 'build/integration')
-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