lrob пре 10 година
родитељ
комит
d2cd659391
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      functions/command_fastdl.sh

+ 1 - 1
functions/command_fastdl.sh

@@ -78,7 +78,7 @@ if [ ! -d "${fastdldir}" ]; then
 	sleep 1
 	echo -en "\n"
 # Used to prompt for removing old files if folder is not empty
-elif  [ "$(ls -A ${fastdldir)" ]; then
+elif  [ "$(ls -A "${fastdldir}")" ]; then
 	newfastdl=0
 fi
 }