* [PATCH] monit: Ship fix for Bug #13246 on existing installations
@ 2023-08-30 10:20 Matthias Fischer
0 siblings, 0 replies; only message in thread
From: Matthias Fischer @ 2023-08-30 10:20 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 656 bytes --]
Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
---
config/rootfiles/core/180/update.sh | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/config/rootfiles/core/180/update.sh b/config/rootfiles/core/180/update.sh
index 8a9d3bfd2..664654f7c 100644
--- a/config/rootfiles/core/180/update.sh
+++ b/config/rootfiles/core/180/update.sh
@@ -31,6 +31,11 @@ for (( i=1; i<=$core; i++ )); do
rm -f /var/cache/pakfire/core-upgrade-*-$i.ipfire
done
+# Create missing '/etc/monit.d'-directory (Bug #13246)
+if [ -f /usr/bin/monit ]; then
+ mkdir -p /etc/monit.d
+fi
+
# Stop services
# Extract files
--
2.34.1
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2023-08-30 10:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-30 10:20 [PATCH] monit: Ship fix for Bug #13246 on existing installations Matthias Fischer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox