Hello Matthias, Yes, that wouldn’t hurt I think. Best, -Michael > On 29 Aug 2023, at 21:26, Matthias Fischer wrote: > > Hi, > > https://git.ipfire.org/?p=ipfire-2.x.git;a=commit;h=3e4e65dd2872399dc9ad2e589e8eb12ebdcdb0e4 > > This commit fixes the error "Include failed -- No such file or directory > '/etc/monit.d/*'" while starting 'monit'. > > How do we want to handle existing installations? > > I propose adding these lines to 'update.sh': > > ... > # Create missing 'monit.d'-directory > if [ -f /usr/bin/monit ]; then > mkdir -p /etc/monit.d > fi > ... > > Opinions? > > Best, > Matthias