This repository has been archived on 2025-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
Files
docker-salt-master/entrypoint.sh
2018-09-23 18:55:20 +02:00

12 lines
166 B
Bash
Executable File

#!/usr/bin/env bash
set -e
source "${SALT_RUNTIME_DIR}/functions.sh"
# Copy minion keys
copy_minion_keys
exec salt-master --log-level=${SALT_LOG_LEVEL:-warning}