Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2017-11-07 23:23:48 +0300
committerHolger Weiss <holger@zedat.fu-berlin.de>2017-11-07 23:23:48 +0300
commit74749f5dbb2c772711b8dc536e6f707b5def7c35 (patch)
treef5e479dcb43039dfdd0bf68dde059989ecd5120b /ejabberdctl.template
parentfe9b1913820a4ac7d575fe7da5046a98bf7d2c67 (diff)
ejabberdctl: Fix 'read' syntax for non-bash shells
Diffstat (limited to 'ejabberdctl.template')
-rwxr-xr-xejabberdctl.template4
1 files changed, 2 insertions, 2 deletions
diff --git a/ejabberdctl.template b/ejabberdctl.template
index 20874325d..836377662 100755
--- a/ejabberdctl.template
+++ b/ejabberdctl.template
@@ -145,7 +145,7 @@ debugwarning()
echo "To bypass permanently this warning, add to ejabberdctl.cfg the line:"
echo " EJABBERD_BYPASS_WARNINGS=true"
echo "Press return to continue"
- read -r
+ read -r input
echo ""
fi
}
@@ -168,7 +168,7 @@ livewarning()
echo "To bypass permanently this warning, add to ejabberdctl.cfg the line:"
echo " EJABBERD_BYPASS_WARNINGS=true"
echo "Press return to continue"
- read -r
+ read -r input
echo ""
fi
}