From 6c7d52fc681fb3caf76fae11644f6701e1e81527 Mon Sep 17 00:00:00 2001 From: lrob Date: Fri, 19 Feb 2016 07:25:55 +0100 Subject: [PATCH] missing set variable --- functions/command_fastdl.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/functions/command_fastdl.sh b/functions/command_fastdl.sh index c0afb2612..8cd58a700 100644 --- a/functions/command_fastdl.sh +++ b/functions/command_fastdl.sh @@ -80,6 +80,7 @@ if [ ! -d "${fastdldir}" ]; then # Used to prompt for removing old files if folder is not empty elif [ "$(ls -A "${fastdldir}")" ]; then newfastdl=0 + clearoldfastdl="off" fi }