mirror of
https://github.com/bitnami/containers.git
synced 2026-03-06 15:09:19 +08:00
fix typo
This commit is contained in:
@@ -4,7 +4,7 @@ source $BITNAMI_PREFIX/bitnami-utils.sh
|
||||
|
||||
print_welcome_page
|
||||
|
||||
# if command starts with an option, prepend mysqld
|
||||
# if command starts with an option, prepend postgres
|
||||
if [ "${1:0:1}" = '-' ]; then
|
||||
EXTRA_OPTIONS="$@"
|
||||
set -- postgres
|
||||
|
||||
Reference in New Issue
Block a user