aboutsummaryrefslogtreecommitdiff
path: root/ejabberdctl.template
diff options
context:
space:
mode:
Diffstat (limited to 'ejabberdctl.template')
-rwxr-xr-xejabberdctl.template12
1 files changed, 6 insertions, 6 deletions
diff --git a/ejabberdctl.template b/ejabberdctl.template
index a30dabcaa..68eaefa7b 100755
--- a/ejabberdctl.template
+++ b/ejabberdctl.template
@@ -130,12 +130,12 @@ exec_iex()
# usage
debugwarning()
{
- if [ "$OSTYPE" != "cygwin" ] && [ "$OSTYPE" != "win32" ]; then
- if [ "a$TERM" == "a" ] || [ "$TERM" == "dumb" ] ; then
- echo "Terminal type not supported."
- echo "You may have to set the TERM environnement variable to fix this."
- exit 8
- fi
+ if [ "$OSTYPE" != "cygwin" ] && [ "$OSTYPE" != "win32" ] ; then
+ if [ "a$TERM" = "a" ] || [ "$TERM" = "dumb" ] ; then
+ echo "Terminal type not supported."
+ echo "You may have to set the TERM environment variable to fix this."
+ exit 8
+ fi
fi
if [ "$EJABBERD_BYPASS_WARNINGS" != "true" ] ; then