Browse Source

Fixed typo in sendemail package

pull/1/head
Julien Escario 4 years ago
parent
commit
9b9c4c125c
  1. 2
      monitoring/altinea_monitoring_request.sh

2
monitoring/altinea_monitoring_request.sh

@ -9,7 +9,7 @@ VPNIF="vpnaltinea"
if ! [ -x "$(command -v sendEmail)" ]; then if ! [ -x "$(command -v sendEmail)" ]; then
echo "sendEmail could not be found, please install it with :" echo "sendEmail could not be found, please install it with :"
echo "apt install sendEmail"
echo "apt install sendemail"
exit 99; exit 99;
fi fi

Loading…
Cancel
Save