From efe48af1bc1e0d9efd1e623ac02496a82790066e Mon Sep 17 00:00:00 2001 From: gbaconni Date: Thu, 4 Nov 2021 17:05:28 +0100 Subject: [PATCH] 2021-11-04 17:05:28 --- .monitoring.sh.swp | Bin 12288 -> 12288 bytes monitoring.sh | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.monitoring.sh.swp b/.monitoring.sh.swp index 35c827819c545d3c3b7dbcf3e33254c4be48ee36..699f2cb580b28e155a4dcefab1680b89b4a9d3ea 100644 GIT binary patch delta 193 zcmZojXh={iJ<8FTB{7#J#mI2VXBfj9_=eSp{wh%JHG5Qx=)SRRO_fmjHLxq$dTD+9wfAbtzP z4}kaz5T69%eL%bgh&KW8Mj&1Z#0!CV0T9pGyioBE^XB=gLX1qhX`45yO=e>;wK6c@ J?4i4Z2>?nzD1-n2 delta 190 zcmZojXh={>MAQk~)9w24};vcLG4DW&X z5fEPk;?qEU0Eo8%@fIN748*H}crg$!0^)g_7b^Z?-aK1XgmLpmwaIKO##W}5n>}=Q GFaZD@%_eC8 diff --git a/monitoring.sh b/monitoring.sh index 6d6f843..2fd5323 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 17:03:59 by gbaconni ### lausanne.ch # +# Updated: 2021/11/04 17:05:07 by gbaconni ### lausanne.ch # # # # **************************************************************************** # @@ -69,7 +69,7 @@ ft_update () main () { test -f /etc/default/monitoring && source /etc/default/monitoring - if [ "${MONITORING}" != "yes" ] || [ "${1}" != "" ] + if [ "${MONITORING}" != "yes" ] || [ "${1}" != "-f" ] then return 0 fi