Skip to content

Commit bbc661a

Browse files
committed
Fix test command to use lp with no options
Made-with: Cursor
1 parent a2f36cf commit bbc661a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/install-printer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,6 @@ sudo lpoptions -d "$PRINTER_NAME"
107107

108108
echo "Printer '$PRINTER_NAME' installed and set as default."
109109
echo ""
110-
echo "Test with: echo 'Test print' | lpr -P $PRINTER_NAME"
110+
echo "Test with: echo 'Test print' | lp"
111111
echo "Status: lpstat -p $PRINTER_NAME"
112112
echo "CUPS UI: http://$(hostname -I | awk '{print $1}'):631"

0 commit comments

Comments
 (0)