@@ -209,9 +209,12 for i in bootstrap.d/*.sh; do | |||
|
209 | 209 | . $i |
|
210 | 210 | done |
|
211 | 211 | |
|
212 | for i in custom.d/*.sh; do | |
|
213 | . $i | |
|
214 | done | |
|
212 | ## Custom bootstrap scripts | |
|
213 | if [ -d "custom.d" ]; then | |
|
214 | for i in custom.d/*.sh; do | |
|
215 | . $i | |
|
216 | done | |
|
217 | fi | |
|
215 | 218 | |
|
216 | 219 | # Invoke custom scripts |
|
217 | 220 | if [ -n "${CHROOT_SCRIPTS}" ]; then |
General Comments 0
Vous devez vous connecter pour laisser un commentaire.
Se connecter maintenant