Fixed the conditional.

This commit is contained in:
Justin Emter
2017-09-17 13:23:41 -07:00
parent 7cf1b72659
commit 091dcddcb3

View File

@@ -49,7 +49,7 @@ if [ "${#CHANNEL_DIR_ARR[@]}" -gt 1 ]; then
do
# If the .pid file exists for this channel, skip it because it will update while running.
if [ ! -f "$channel/running.pid" ]
if [ ! -f "$channel/running.pid" ]; then
echo "+++++ Trying to generate daily schedule: ""$PYTHON_TO_USE" ./"$channel"/$SCRIPT_TO_EXECUTE_PLUS_ARGS