Update monit.sh

This commit is contained in:
FusionPBX
2019-10-05 11:16:25 -06:00
committed by GitHub
parent d109de5eb8
commit 2790404a98

View File

@@ -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