From 9527ac9ce93b0d2b7b83c45c07205abab33a30e4 Mon Sep 17 00:00:00 2001 From: Scuzz12 <37719501+Scuzz12@users.noreply.github.com> Date: Sun, 7 Aug 2022 15:12:10 -0400 Subject: [PATCH] Update finish.sh --- debian/resources/finish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/resources/finish.sh b/debian/resources/finish.sh index d98b279..dd26c1b 100755 --- a/debian/resources/finish.sh +++ b/debian/resources/finish.sh @@ -110,7 +110,7 @@ cp /var/www/fusionpbx/app/event_guard/resources/service/debian.service /etc/syst /bin/systemctl start event_guard /bin/systemctl daemon-reload -#install the event_gaurd timer +#install the event_guard timer cp /var/www/fusionpbx/app/event_guard/resources/service/debian.timer /etc/systemd/system/event_guard.timer /bin/systemctl disable event_guard /bin/systemctl enable event_guard.timer