From 251d556c4a56f67eeb448d03b93c2e4154cb41df Mon Sep 17 00:00:00 2001 From: alban Date: Sun, 23 Mar 2014 15:12:32 +0100 Subject: [PATCH] =?UTF-8?q?[fix]=C2=A0tweaks=20the=20testing=20local.sh=5F?= =?UTF-8?q?generic?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- phpunit/local.sh_generic | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpunit/local.sh_generic b/phpunit/local.sh_generic index 0a772c94..c0d9c39d 100755 --- a/phpunit/local.sh_generic +++ b/phpunit/local.sh_generic @@ -49,9 +49,9 @@ SQLBACKUP_OVERWRITE="no" ALTERNC_SLAVES="" # File to look at for forced launch of update_domain (use incron) -INOTIFY_UPDATE_DOMAIN="/var/run/alternc/inotify_update_domain.lock" +INOTIFY_UPDATE_DOMAIN="/tmp/inotify_update_domain.lock" -INOTIFY_DO_ACTION="/var/run/alternc/inotify_do_action.lock" +INOTIFY_DO_ACTION="/tmp/inotify_do_action.lock" # Folder holding data (used for quota management) ALTERNC_HTML="/tmp/var/www/alternc"