Skip to content

Commit

Permalink
Updated stderr handling per Coding-Style
Browse files Browse the repository at this point in the history
  • Loading branch information
DamaniN committed Oct 11, 2019
1 parent b32c4d6 commit 58fa93e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/share/rear/prep/CDM/default/450_check_cdm_client.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ if [ ! -x /usr/bin/rubrik/backup_agent_main ]; then
Error "Please install Rubrik (CDM) client software."
fi

ps ax | grep backup_agent_main | grep -v grep 1>/dev/null
ps ax | grep -v grep | grep backup_agent_main
StopIfError $? "Rubrik (CDM) RBS backup_agent_main was not running on this client."

0 comments on commit 58fa93e

Please sign in to comment.