create-profile.sh: make detection of the default_content module more robust
authorAntonio Ospite <ao2@ao2.it>
Fri, 16 Mar 2018 12:31:17 +0000 (13:31 +0100)
committerAntonio Ospite <ao2@ao2.it>
Fri, 16 Mar 2018 12:34:29 +0000 (13:34 +0100)
commite8e93f39e2a93a09156b0e79a24d789454884c9c
treee2111918802211c7d60b92df27c29e1e5a0c90df
parent37c9cf9b94228276512589c68f75ef676ed6b300
create-profile.sh: make detection of the default_content module more robust

Do not just grep on "$ENABLED_MODULES" which is a comma-separated list
on which is harder to match for the exact module name.

Use instead the output of pm-list which has one module name for each
line, this way it is easier to match for the exact name of
"default_content" and avoid picking up other modules which may contain
the string "default_content" in their names.
libexec/create-profile.sh