diff options
Diffstat (limited to 'filesystems/zrepl/files/500.zrepl.in')
-rw-r--r-- | filesystems/zrepl/files/500.zrepl.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/filesystems/zrepl/files/500.zrepl.in b/filesystems/zrepl/files/500.zrepl.in index b7f1b3abb4d3..e4a83608a75a 100644 --- a/filesystems/zrepl/files/500.zrepl.in +++ b/filesystems/zrepl/files/500.zrepl.in @@ -24,7 +24,7 @@ case "$weekly_zrepl_enable" in echo echo "Check Zrepl certificates for upcoming expiration:" - for cert in `/usr/bin/find %%ETCDIR%% -maxdepth 1 -name *.crt`; do + for cert in `/usr/bin/find %%ETCDIR%% -maxdepth 1 -name "*.crt"`; do /usr/bin/openssl x509 --in "${cert}" \ -checkend "${weekly_zrepl_warntime}" |