#!/bin/bash if [ -d /opt/php70/ ] && [ ! -d /opt/php70/mods-available ]; then echo 'PHP Configuration needs updating.' touch /opt/php70/.need.convert fi