arnavmehta1977@gmail.com %!s(int64=5) %!d(string=hai) anos
pai
achega
4fcb7fac81
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tmpmail

+ 1 - 1
tmpmail

@@ -258,7 +258,7 @@ download_attachment () {
     EMAIL_ID="$1"
     FILE="$2"
     DATA=$(curl -sL "${TMPMAIL_API_URL}?action=download&login=$USERNAME&domain=$DOMAIN&id=$EMAIL_ID&file=$FILE")
-    if [ "$DATA" == "" ]
+    if [ "$DATA" = "" ]
     then
         print_error "Attachment or email id does not exist."
     fi