Return exit code properly
This commit is contained in:
parent
3185077c0e
commit
ce9c44a904
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ function runSetupUserAction -V dir
|
||||||
disposeAction
|
disposeAction
|
||||||
rm "$sudoConfig"
|
rm "$sudoConfig"
|
||||||
userdel -rf "$name"
|
userdel -rf "$name"
|
||||||
success
|
$success
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue