Migrate users from locked to inactive during soup

This commit is contained in:
Jason Ertel
2021-10-06 15:45:35 -04:00
parent 7d8c8144b0
commit 62c3afc81d
2 changed files with 22 additions and 1 deletions

View File

@@ -1037,6 +1037,9 @@ main() {
echo "Checking sudoers file."
check_sudoers
echo "Checking for necessary user migrations."
so-user migrate
if [[ -n $lsl_msg ]]; then
case $lsl_msg in
'distributed')