Skip to content

Commit

Permalink
Merge pull request #134 from kennt-percona/psqladm-125
Browse files Browse the repository at this point in the history
PSQLADM-125 : Additional fix
  • Loading branch information
kennt-percona authored Oct 31, 2018
2 parents 5ca14e0 + 18e5e06 commit c0c1e44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxysql_galera_checker
Original file line number Diff line number Diff line change
Expand Up @@ -895,7 +895,7 @@ function check_is_galera_checker_running() {
}
function cleanup_handler() {
if [[ -n CHECKER_PIDFILE ]]; then
if [[ -n $CHECKER_PIDFILE ]]; then
rm -f $CHECKER_PIDFILE
fi
}
Expand Down

0 comments on commit c0c1e44

Please sign in to comment.