parent
8948134649
commit
b6c1e4dbd7
@ -33,7 +33,7 @@ def run():
|
|||||||
libcalamares.utils.check_target_env_call(["userdel", "-f",
|
libcalamares.utils.check_target_env_call(["userdel", "-f",
|
||||||
"-r", username])
|
"-r", username])
|
||||||
except subprocess.CalledProcessError as e:
|
except subprocess.CalledProcessError as e:
|
||||||
libcalamares.utils.debug("Cannot remove user.",
|
libcalamares.utils.debug("Cannot remove user. "
|
||||||
"'userdel' terminated with exit code",
|
"'userdel' terminated with exit code "
|
||||||
"{}.".format(e.returncode))
|
"{}.".format(e.returncode))
|
||||||
return None
|
return None
|
||||||
|
Loading…
Reference in New Issue
Block a user