Browse Source

fixed wrong else position

Fixed an 'else' that belonged to a wrong 'if block'. Introduced with 2799224afa
pull/353/head
Marvin 10 years ago
parent
commit
4f3fb109c1
  1. 2
      functions/fn_start

2
functions/fn_start

@ -166,11 +166,11 @@ if [ "${tmuxwc}" -eq 0 ]; then
fn_scriptlog "http://gameservermanagers.com/issues"
fi
fi
fi
else
fn_printok "${servername}"
fn_scriptlog "Started ${servername}"
fi
fi
#rm "${scriptlogdir}/.${servicename}-tmux-error.tmp"
echo -en "\n"
}

Loading…
Cancel
Save