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