#!/bin/sh

sed -i "s/flag_here/$FLAG/" /var/www/html/flag.php
export FLAG=not_flag
FLAG=not_flag

php-fpm &

nginx &

mysqld_safe &

tail -F /var/log/nginx/error.log /var/log/nginx/access.log
