Browse Source

test check unexisting variable

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

2
functions/command_fastdl.sh

@ -90,7 +90,7 @@ fn_scriptlog "Configuration"
sleep 2
echo -en "\n"
# Prompt for clearing old files if folder was already here
if [ ${newfastdl} == 0 ]; then
if [ -z "${newfastdl}" ] && [ "${newfastdl}" == "0" ]; then
fn_printdots
while true; do
read -e -i "y" -p "Clear old FastDL files? [Y/n]" yn

Loading…
Cancel
Save