mirror of
https://github.com/bitnami/containers.git
synced 2026-03-09 15:40:15 +08:00
8 lines
103 B
Bash
Executable File
8 lines
103 B
Bash
Executable File
#!/bin/bash
|
|
|
|
if [ -n "${1}" ]; then
|
|
touch /etc/services.d/$BITNAMI_APP_NAME/down
|
|
fi
|
|
|
|
exec /init "$@"
|