From f8011798a5f0b16728dc980b19dbed99fcf93f47 Mon Sep 17 00:00:00 2001 From: Joseph Graham Date: Sat, 10 Aug 2013 22:10:39 +0100 Subject: Updated documentation. also commited something I forgot to commit last time --- rc.d/pbot-ng | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rc.d') diff --git a/rc.d/pbot-ng b/rc.d/pbot-ng index 10f9e56..7891ae9 100644 --- a/rc.d/pbot-ng +++ b/rc.d/pbot-ng @@ -17,7 +17,7 @@ start) # Check it's not already running. if ! (( ${#pids[*]} )) then - su - pbot-ng -c "cd /home/pbot-ng ; ./envbot & ./chili_change_detector" & + su - pbot-ng -c "cd /home/pbot-ng ; ./envbot & ./pbot-ng_fixer & ./chili_change_detector" & # If it's not running then we fail. if ! pgrep pbot-ng &>/dev/null then -- cgit v1.2.2