##// END OF EJS Templates
fix: custom.d directory error
Jan Wagner -
r63:91f86cfb2544
parent child
Show More
@@ -209,9 +209,12 for i in bootstrap.d/*.sh; do
209 209 . $i
210 210 done
211 211
212 ## Custom bootstrap scripts
213 if [ -d "custom.d" ]; then
212 214 for i in custom.d/*.sh; do
213 215 . $i
214 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