node: series 7

This commit is contained in:
Sameer Naik
2017-02-20 16:50:06 +05:30
parent 01f0f0607c
commit b36b912952
6 changed files with 16 additions and 4 deletions

View File

@@ -0,0 +1,10 @@
#!/bin/bash -e
. /opt/bitnami/base/functions
. /opt/bitnami/base/helpers
print_welcome_page
check_for_updates &
nami_initialize node
exec tini -- "$@"