Browse Source

fix variable

pull/709/head
lrob 9 years ago
parent
commit
cd2b8efa19
  1. 2
      functions/command_fastdl.sh

2
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

Loading…
Cancel
Save