Fix set_env.sh

The -gt operator should be used to compared numbers.
This commit is contained in:
Markus Mäkelä 2018-08-31 12:12:11 +03:00
parent 19a84569fe
commit b2fea99dbc
No known key found for this signature in database
GPG Key ID: 72D48FCE664F7B19

View File

@ -84,7 +84,7 @@ done
export maxscale_access_sudo="sudo "
# IP Of MaxScale machine
if [ ${maxscale_N} > 1 ] ; then
if [ ${maxscale_N} -gt 1 ] ; then
export maxscale_whoami=$maxscale_000_whoami
export maxscale_network=$maxscale_000_network
export maxscale_keyfile=$maxscale_000_keyfile