1
0
Fork 0

Split postinstall profile

This commit is contained in:
Jeremy Kaplan 2021-10-17 18:19:49 -07:00
commit f960785229
3 changed files with 3 additions and 4 deletions

View file

@ -38,7 +38,7 @@ else
profiles=()
fi
for conf in "${OS_NAME}" "${profiles[@]}" default; do
for conf in default "${OS_NAME}" "${profiles[@]}" postinstall; do
echo "Applying config: ${conf}"
load_config "${conf}${CONFIG_SUFFIX}"
done