remove traces of a unfinished notification script that never worked
This commit is contained in:
parent
5bc01de7df
commit
f16b69a77d
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user