mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
The read value is useless, so use throwaway variable name
This commit is contained in:
parent
4deff0513c
commit
fdc664a318
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user