the base image prints the welcome page by default

This commit is contained in:
Sameer Naik
2015-10-04 14:26:58 +05:30
parent a63cf65166
commit e201b02caf

View File

@@ -2,8 +2,6 @@
set -e
source $BITNAMI_PREFIX/bitnami-utils.sh
print_welcome_page
if [ "$MEMCACHED_PASSWORD" ]; then
echo "Setting password..."
$BITNAMI_APP_DIR/bnconfig --userpassword $MEMCACHED_PASSWORD