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