This commit is contained in:
elicro 2023-11-27 17:37:49 +00:00
parent e509155207
commit bdfe7d560a

View File

@ -3,7 +3,7 @@
PWGEN=`which pwgen`
if [ -z "${PWGEN}" ];
then
echo "Could not finf \"pwgen\" binary"
echo "Could not find \"pwgen\" binary"
exit 1
fi