mirror of
https://github.com/bitnami/containers.git
synced 2026-02-10 21:27:26 +08:00
9 lines
91 B
Bash
Executable File
9 lines
91 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
source $BITNAMI_PREFIX/bitnami-utils.sh
|
|
|
|
print_welcome_page
|
|
|
|
exec "$@"
|