mirror of
https://github.com/Dasharo/dts-scripts.git
synced 2026-06-13 19:16:21 -07:00
Check for validating if user email is set for alias was overly optimistic. Short logins like "a" would false-positively trigger `grep`. Fix the if statement to instead check if alias exists at all. Fixes: https://github.com/Dasharo/dasharo-issues/issues/1578 Signed-off-by: Mateusz Kusiak <mateusz.kusiak@3mdeb.com>