aboutsummaryrefslogtreecommitdiff
path: root/ejabberdctl.template
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2021-12-22 13:52:13 +0100
committerBadlop <badlop@process-one.net>2021-12-23 13:57:04 +0100
commitfdc664a318e2b8e24ed197b70ba7c4471f9ec4f4 (patch)
tree1509b53cedf169094d75ed8be2f2b76169bd8844 /ejabberdctl.template
parentHarmless warning, but let's prevent it anyway (diff)
The read value is useless, so use throwaway variable name
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 c80d33da5..cd2cc3c3e 100755
--- a/ejabberdctl.template
+++ b/ejabberdctl.template
@@ -146,7 +146,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 input
+ read -r _
echo ""
fi
}
@@ -169,7 +169,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 input
+ read -r _
echo ""
fi
}