fix-if-statement
master
@ -63,7 +63,7 @@ echo -n "Sending file ${FILE} "
REC=$(echo "$REC0" | sed -e 's:[^+0-9]::g' -e 's:^0\([1-9]\):+49\1:')
echo "to $REC"
#Checking for file size:
if [ ! -e $FILE ]
if [ ! -e "$FILE" ]
then
echo "File not found"
exit 2