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