#!/bin/bash

echo $FLAG > /flag
export FLAG=not_flag
FLAG=not_flag

service apache2 start
tail -f /dev/null
