9 lines
181 B
Bash
Executable File
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 "$@"
|