25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-20 16:15:59 +01:00

ejabberdctl: Fix 'read' syntax for non-bash shells

This commit is contained in:
Holger Weiss 2017-11-07 21:23:48 +01:00
parent fe9b191382
commit 74749f5dbb

View File

@ -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
}