diff --git a/eprintcloned b/eprintcloned index cc56228..e3fddee 100755 --- a/eprintcloned +++ b/eprintcloned @@ -25,11 +25,9 @@ for file in "$1"; do cp $1 $HOME/imagelog echo "Printing text" lpr -o portrait -o media=A4 $1 -P $printer # if you are using a different printer that requires different commands to print, change this part of the code. - ntfymailsend $3 else echo "Printing text" lpr -o portrait -o media=A4 $1 -P $printer # if you are using a different printer that requires different commands to print, change this part of the code. - ntfymailsend $3 fi else echo "Error: Invalid file type or, ePrint clone only accepts the following MIME types: text/*, image/*, application/pdf"