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