From 71808201d825e9c98a3f226142cf277c1425e6f7 Mon Sep 17 00:00:00 2001 From: clinton-hall Date: Thu, 13 Dec 2012 00:33:37 -0800 Subject: [PATCH] Add watch_dir Allows specification of the default watch directory, relative to another PC to allow this script to be run between 2 systems --- autoProcessTV.cfg.sample | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/autoProcessTV.cfg.sample b/autoProcessTV.cfg.sample index 6fd4ba69..f2ed7cb3 100644 --- a/autoProcessTV.cfg.sample +++ b/autoProcessTV.cfg.sample @@ -5,4 +5,5 @@ username= password= web_root= ssl=0 -failed_fork=0 \ No newline at end of file +watch_dir= +failed_fork=0