From e5ccc29ebac7c1d48cc808dc1e4e340ac5f9fe5e Mon Sep 17 00:00:00 2001 From: jonnyboy Date: Sun, 27 Jan 2013 21:03:37 +0100 Subject: [PATCH] fixed path for update_cleanup.php --- bin/monitor.php | 2 +- edit_these.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/monitor.php b/bin/monitor.php index c877c18b3..e3b96ac5c 100755 --- a/bin/monitor.php +++ b/bin/monitor.php @@ -191,7 +191,7 @@ while($i>0) //run $_php removespecial.php and $_php update_cleanup.php in 1.2 ever 1 hour if (((TIME() - $time7) >= $array['CLEANUP_TIMER'] ) && ($array['CLEANUP'] == "true" )) { - shell_exec("$_tmux respawnp -t {$array['TMUX_SESSION']}:1.2 'echo \"\033[1;33m\" && cd {$array['TESTING_PATH']} && $_php removespecial.php && $_php update_cleanup.php && date' 2>&1 1> /dev/null"); + shell_exec("$_tmux respawnp -t {$array['TMUX_SESSION']}:1.2 'echo \"\033[1;33m\" && cd $TESTING_PATH && $_php removespecial.php && $_php update_cleanup.php && date' 2>&1 1> /dev/null"); $time7 = TIME(); } diff --git a/edit_these.sh b/edit_these.sh index 24c42c4d5..073b30f11 100755 --- a/edit_these.sh +++ b/edit_these.sh @@ -91,7 +91,7 @@ export PARSING="false" export PARSING_TIMER="3600" #Choose to run update_binaries true/false -export BINARIES="true" +export BINARIES="false" #Choose to run backfill script true/false export BACKFILL="true"