mirror of
https://github.com/bitnami/containers.git
synced 2026-02-10 21:27:26 +08:00
Move print_welcome_page to the top
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
set -e
|
||||
source $BITNAMI_PREFIX/bitnami-utils.sh
|
||||
|
||||
print_welcome_page
|
||||
|
||||
if [ "${1:0:1}" = '-' ]; then
|
||||
set -- memcached "$@"
|
||||
fi
|
||||
@@ -16,5 +18,4 @@ if [ "$MEMCACHED_PASSWORD" ]; then
|
||||
print_app_credentials $BITNAMI_APP_NAME **none** $MEMCACHED_PASSWORD
|
||||
fi
|
||||
|
||||
print_welcome_page
|
||||
exec "$@" >> $BITNAMI_APP_VOL_PREFIX/logs/memcached.log 2>&1
|
||||
|
||||
Reference in New Issue
Block a user