diff --git a/monitoring.sh b/monitoring.sh index 4899e69..160a951 100755 --- a/monitoring.sh +++ b/monitoring.sh @@ -6,7 +6,7 @@ # By: gbaconni@student.42lausanne.ch +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2021/11/04 12:36:53 by gbaconni #+# #+# # -# Updated: 2021/11/04 13:29:12 by gbaconni ### lausanne.ch # +# Updated: 2021/11/04 13:29:55 by gbaconni ### lausanne.ch # # # # **************************************************************************** # @@ -37,7 +37,7 @@ ft_disk () main () { test -f /etc/defaut/monitoring && source /etc/defaut/monitoring - if [ "${MONITORING}" -ne "yes" ] + if [ "${MONITORING}" != "yes" ] then return 0 fi