docker-images/pluie/alpine/common.sh

11 lines
286 B
Bash
Raw Normal View History

2016-07-25 00:28:26 +00:00
#!/bin/bash
2016-08-06 00:29:06 +00:00
# @app pluie/alpine
# @author a-Sansara https://git.pluie.org/pluie/docker-images
2016-07-25 00:28:26 +00:00
. /scripts/util.sh
# execute any pre-init scripts wich is useful for images based on this image
# /scripts/pre-init.d/XX-name.sh
# low XX are run first
preInit "/scripts/pre-init.d"