From e564d0a79fb56d7c9965f5d96c81b43852dfde8a Mon Sep 17 00:00:00 2001 From: Paul P Date: Sun, 9 Jul 2023 19:52:54 -0400 Subject: [PATCH] firstrun fix --- instance.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instance.sh b/instance.sh index e581abc..811a775 100644 --- a/instance.sh +++ b/instance.sh @@ -305,7 +305,7 @@ printer_udev() { echo "Check your USB cable (power only?) and try again." echo echo - if [ $firstrun == "true" ]; then + if [ "$firstrun" == "true" ]; then echo "You can attempt adding a udev rule later from the Utilities menu." else main_menu