[fix] script not working on Ubuntu 12.04

This commit is contained in:
Knah Tsaeb 2013-07-29 10:08:51 +02:00
parent cd3c0c2d26
commit c842a5f6f4

View file

@ -14,7 +14,7 @@ fi
for file in $tempDest*.hash for file in $tempDest*.hash
do do
if [[ -f $file ]]; if [ -f $file ];
then then
while read urlHash url destination while read urlHash url destination
do do