From 11c1c119eb588208209f1c31bea3430e117cabdf Mon Sep 17 00:00:00 2001 From: paukstelis Date: Sun, 23 May 2021 09:55:35 -0400 Subject: [PATCH] Fix no serial detection --- addnew_printer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addnew_printer.sh b/addnew_printer.sh index 4d960ae..43ece11 100755 --- a/addnew_printer.sh +++ b/addnew_printer.sh @@ -147,7 +147,7 @@ fi if [ -z "$UDEV" ]; then echo "Printer Serial Number not detected" - prompt_confirm "Do you want to use the physical USB port to assign the udev entry? If you use this any USB hubs and printers detected this way must stay plugged into the same USB positions on your machine as they are right now" || echo "OK. Please try again."; exit 0 + prompt_confirm "Do you want to use the physical USB port to assign the udev entry? If you use this any USB hubs and printers detected this way must stay plugged into the same USB positions on your machine as they are right now" || exit 0 #if [[ $REPLY =~ ^[Yy]$ ]]; then echo USB=$TEMPUSB