Browse Source

Added missing "then"

pull/1200/head
Marvin Lehmann 9 years ago
parent
commit
4ab4218fbc
  1. 2
      lgsm/functions/install_config.sh

2
lgsm/functions/install_config.sh

@ -100,7 +100,7 @@ fn_dstconfig(){
if [ "sharding" == "false" ]; then
sed -i "s/ISMASTER//g" "${servercfgfullpath}"
sed -d "/SHARDNAME/d" "${servercfgfullpath}"
elif [ "master" == "true" ];
elif [ "master" == "true" ]; then
sed -d "/SHARDNAME/d" "${servercfgfullpath}"
fi
# configure settings

Loading…
Cancel
Save