Skip to content

Commit

Permalink
Grammar fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rdassen committed Feb 5, 2013
1 parent df3a739 commit f8b4b87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rgmanager/src/resources/ASEHAagent.sh
Expand Up @@ -282,7 +282,7 @@ verify_all()
# Check if the Run_server file exists. # Check if the Run_server file exists.
if [[ ! -f $RUNSERVER_SCRIPT ]] if [[ ! -f $RUNSERVER_SCRIPT ]]
then then
ocf_log err "ASEHAagent: There file $RUNSERVER_SCRIPT doesn't exist. The sybase directory may be incorrect." ocf_log err "ASEHAagent: The file $RUNSERVER_SCRIPT doesn't exist. The sybase directory may be incorrect."
return $OCF_ERR_ARGS return $OCF_ERR_ARGS
fi fi


Expand Down

0 comments on commit f8b4b87

Please sign in to comment.