From a14849f1dc3c5fa875fbed6c778b4bcc07cb2da5 Mon Sep 17 00:00:00 2001 From: Zeljko Boros Date: Thu, 11 Mar 2021 15:54:41 +0100 Subject: [PATCH] Ispravka skripte (wording) --- bacula-check-cert | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bacula-check-cert b/bacula-check-cert index e740445..29b6e6f 100755 --- a/bacula-check-cert +++ b/bacula-check-cert @@ -9,7 +9,8 @@ if [ ! -f $BACULACRT ]; then Datoteka $BACULACRT nije dostupna ili je korisnik 'bacula' ne može otvoriti! Molimo provjerite status certifikata i po potrebi ga osvježite po uputama na adresi: - https://sysportal.carnet.hr/node/834 + + https://sysportal.carnet.hr/node/834 EOF @@ -20,7 +21,7 @@ fi SSL=$(openssl x509 -checkend $DAYS -in $BACULACRT) if [ $? -eq 1 ]; then - mailx -s "BACULA: Valjanost certifikata za Baculu je ISTEKLA!" root <