mirror of
https://github.com/rajnandan1/kener.git
synced 2026-01-01 07:00:10 -06:00
8 lines
197 B
Bash
8 lines
197 B
Bash
#!/bin/sh
|
|
set -e
|
|
|
|
# Automatically set PUBLIC_WHITE_LABEL based on WHITE_LABEL
|
|
export PUBLIC_WHITE_LABEL="${WHITE_LABEL}"
|
|
|
|
# Replace shell with the given command (from CMD or runtime args)
|
|
exec "$@" |