Return exit code properly

This commit is contained in:
Manuel Thalmann 2024-12-08 05:48:20 +01:00
parent c1483d29e1
commit a8e0f37416

View file

@ -84,7 +84,7 @@ function runSetupUserAction -V dir
disposeAction
rm "$sudoConfig"
userdel -rf "$name"
success
$success
end
end
end