docker-kometa/root/init-kometa
2024-04-22 19:07:54 +01:00

8 lines
120 B
Bash
Executable File

#!/bin/bash
if [ "${1:0:1}" = '-' ]; then
export CLI_OPTIONS_STRING=$(printf "%s|" "$@")
set --
fi
exec /init "$@"