[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
1 changed files with 1 additions and 1 deletions

View File

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