From cd2b8efa19ac7c9650efdd4416d3246bb66ba7d6 Mon Sep 17 00:00:00 2001 From: lrob Date: Fri, 19 Feb 2016 05:05:29 +0100 Subject: [PATCH] fix variable --- functions/command_fastdl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/command_fastdl.sh b/functions/command_fastdl.sh index 432402760..44d276d5a 100644 --- a/functions/command_fastdl.sh +++ b/functions/command_fastdl.sh @@ -125,7 +125,7 @@ done } fn_clear_old_fastdl(){ -if [ clearoldfastdl == "on" ]; then +if [ ${clearoldfastdl} == "on" ]; then fn_printinfo "Clearing existing FastDL folder" fn_scriptlog "Clearing existing FastDL folder" sleep 1