znc-docker/slim/entrypoint.sh
2017-06-22 23:25:05 +01:00

6 lines
75 B
Bash
Executable File

#!/bin/sh
for f in /startup-sequence/*; do
source "$f" || exit 1
done