install_dehydrated.sh: minor changes in script output.
This commit is contained in:
parent
3ea8483c6b
commit
5b43ef0c85
@ -2884,7 +2884,7 @@ EOF
|
||||
elif [[ "$DH_CRON_TYPE" = "system" ]]; then
|
||||
|
||||
echononl " Activate dehydrated cronjob in /etc/cron.d/"
|
||||
if grep $(basename "${DH_CRON_SCRIPT}") /etc/cron.d/* \
|
||||
if grep $(basename "${DH_CRON_SCRIPT}") /etc/cron.d/* > /dev/null 2>&1 \
|
||||
&& grep $(basename "${DH_UPDATE_SSL_DIRECTIVES_SCRIPT}") /etc/cron.d/* > /dev/null 2>&1 ; then
|
||||
echo_skipped
|
||||
info "Cronjobs already activated."
|
||||
|
Loading…
Reference in New Issue
Block a user