Skip to content

Commit

Permalink
PS-6123: Replace '>' with '-gt'
Browse files Browse the repository at this point in the history
  • Loading branch information
YunxiangHuang authored and dutow committed Dec 5, 2019
1 parent cf74174 commit 41f2acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-ps/debian/percona-server-server-5.7.mysql.init
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ fix_thp_setting() {

check_exit_status() {
errcode=$1
if [ $errcode > 0 ];
if [ $errcode -gt 0 ];
then
exit $errcode
fi
Expand Down

0 comments on commit 41f2acf

Please sign in to comment.