From: Zeljko Boros Date: Thu, 11 Mar 2021 14:54:41 +0000 (+0100) Subject: Ispravka skripte (wording) X-Git-Tag: debian/20210226+cn9u3~4 X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=commitdiff_plain;ds=inline;h=a14849f1dc3c5fa875fbed6c778b4bcc07cb2da5;p=bacula-cn.git Ispravka skripte (wording) --- 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 <