Files
shuffle-cracked/frontend/entrypoint.sh
T
2024-07-26 17:02:29 +02:00

9 lines
181 B
Bash
Executable File

#!/bin/bash
# generate configs - is this necessary?
# Removing confd if possible
#/usr/local/bin/confd -backend="env" -confdir="/etc/confd" -onetime
# run main command
exec "$@"