firstrun fix
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user