process.sh 106 B

123
  1. #!/bin/bash -e
  2. echo "The secret is: $FIRST_START_SETUP_ONLY_SECRET"
  3. exec /usr/sbin/nginx -g "daemon off;"