Browse Source

removed duplicate Server IP line

pull/2121/head
Daniel Gibbs 6 years ago
parent
commit
8983d67599
  1. 1
      lgsm/functions/command_debug.sh

1
lgsm/functions/command_debug.sh

@ -56,7 +56,6 @@ if [ "${multiple_ip}" == "1" ]; then
else else
echo -e "${blue}Server IP:\t${default}${ip}:${port}" echo -e "${blue}Server IP:\t${default}${ip}:${port}"
fi fi
echo -e "${blue}Server IP:\t${default}${ip}:${port}"
# External server ip # External server ip
if [ -n "${extip}" ]; then if [ -n "${extip}" ]; then
if [ "${ip}" != "${extip}" ]; then if [ "${ip}" != "${extip}" ]; then

Loading…
Cancel
Save