diff --git a/scripts/pjl-ready-message.nse b/scripts/pjl-ready-message.nse index bdcd8c125..a77f60fc9 100644 --- a/scripts/pjl-ready-message.nse +++ b/scripts/pjl-ready-message.nse @@ -45,7 +45,7 @@ action = function(host, port) local statusmsg --stores the PJL command to get the printer's status local response --stores the response sent over the network from the printer by the PJL status command - statusmsg="@PJL INFO STATUS\n" + statusmsg="@PJL INFO STATUS\r\n" local rdymsg="" --string containing text to send to the printer. local rdymsgarg="" --will contain the argument from the command line if one exists