From 90b7f74da714209ee9c6a9a3243dacbaee2dc435 Mon Sep 17 00:00:00 2001 From: Thomas Pulzer Date: Mon, 4 Jul 2016 11:50:32 +0200 Subject: Changed name of default logfile from owncloud.log to nextcloud.log. --- build/integration/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/integration/run.sh') 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 -- cgit v1.2.3