mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Correct typo
This commit is contained in:
@@ -98,6 +98,7 @@ function validatePassword() {
|
|||||||
if [[ $len -lt 6 ]]; then
|
if [[ $len -lt 6 ]]; then
|
||||||
echo "Password does not meet the minimum requirements"
|
echo "Password does not meet the minimum requirements"
|
||||||
exit 2
|
exit 2
|
||||||
|
fi
|
||||||
check_password_and_exit "$password"
|
check_password_and_exit "$password"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user