| From: Kevin Layer <layer@xxxxxxxxx> | This change fixes the problem: | | && [ "$GEN_CONF" == "*SMARTD*AUTOGENERATED*" ] \ | | to | | && [ $GEN_CONF == "*SMARTD*AUTOGENERATED*" ] \ Surely you have this backwards. The quoting is (in general) needed. -- fedora-list mailing list fedora-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list