#!/bin/bash

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