From 2790404a98cddec5d647ab066dad2792c7e8e184 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 5 Oct 2019 11:16:25 -0600 Subject: [PATCH] Update monit.sh --- debian/resources/monit.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/resources/monit.sh b/debian/resources/monit.sh index 79d34d1..9e00d3d 100644 --- a/debian/resources/monit.sh +++ b/debian/resources/monit.sh @@ -6,6 +6,9 @@ cd "$(dirname "$0")" #includes . ./config.sh +#install monit +apt-get install -y monit + #make the monit shell script executable chmod 755 monit/shell.sh