Skip to content

Commit

Permalink
update inc/centminfinish.inc
Browse files Browse the repository at this point in the history
  • Loading branch information
centminmod committed Jul 25, 2015
1 parent d0be2bd commit bd3745b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/centminfinish.inc
Expand Up @@ -16,7 +16,7 @@ letswait
if [[ -z "$(ps aufx | grep 'crond' | grep -v grep)" ]]; then
echo ""
if [[ -z "$(rpm -qa sysstat)" || -z "$(rpm -qa cronie)" ]]; then
yum -yq install sysstat cronie
yum -y -q install sysstat cronie
fi
cecho "--------------------------------------------------------" $boldyellow
cecho "Ensure crond service is running" $boldyellow
Expand Down

0 comments on commit bd3745b

Please sign in to comment.