Split postinstall profile
This commit is contained in:
parent
c2295702f7
commit
f960785229
3 changed files with 3 additions and 4 deletions
2
install
2
install
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue