app-entrypoint.sh: adds welcome and update check calls

This commit is contained in:
Sameer Naik
2017-02-14 20:33:37 +05:30
parent 69a174383d
commit 7eef57dcd2

View File

@@ -1,6 +1,9 @@
#!/bin/bash -e
. /opt/bitnami/base/functions
print_welcome_page
check_for_updates &
INIT_SEM=/tmp/initialized.sem
PACKAGE_FILE=/app/composer.json