Files
mattermost/server/build/entrypoint.sh

8 lines
84 B
Bash
Executable File

#!/bin/bash
if [ "${1:0:1}" = '-' ]; then
set -- mattermost "$@"
fi
exec "$@"