From d1b66e6372b9690944c07d50f226c43c140bd2f7 Mon Sep 17 00:00:00 2001 From: 12nick12 Date: Tue, 13 Jun 2017 12:08:16 -0400 Subject: [PATCH] Create run.sh --- run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run.sh b/run.sh index 404b1b7..421148b 100644 --- a/run.sh +++ b/run.sh @@ -1,6 +1,6 @@ #!/bin/bash -sicklocation="/opt/sickbeard_mp4_automator/manual.py" #Location of sickbeard_mp4_automator -tsdate="/root/scripts/rawhdconvert/ts.$(date +'%Y%m%d')" #Create current date and time +sicklocation="/opt/sickbeard_mp4_automator/manual.py" # Location of sickbeard_mp4_automator +tsdate="/root/scripts/rawhdconvert/ts.$(date +'%Y%m%d')" # Create current date and time tsdatec=$tsdate # Not sure why I did this ts="/root/scripts/rawhdconvert/ts" # location of ts. TS is the temp file that holds files to be converted location="$1" # Folder you want to search in