firstrun fix

This commit is contained in:
Paul P
2023-07-09 19:52:54 -04:00
parent a3b4b97c2d
commit e564d0a79f

View File

@@ -305,7 +305,7 @@ printer_udev() {
echo "Check your USB cable (power only?) and try again." echo "Check your USB cable (power only?) and try again."
echo echo
echo echo
if [ $firstrun == "true" ]; then if [ "$firstrun" == "true" ]; then
echo "You can attempt adding a udev rule later from the Utilities menu." echo "You can attempt adding a udev rule later from the Utilities menu."
else else
main_menu main_menu