]> git.cameronkatri.com Git - pw-darwin.git/blobdiff - adduser/adduser.sh
- Clean up previous gr_add use malloc instead of calloc
[pw-darwin.git] / adduser / adduser.sh
index f645f5956048931d8690ebb28351eac753cd96b6..4b0a6f61b2723ead35da9f6158d647c616743f38 100644 (file)
@@ -488,6 +488,7 @@ get_uid() {
        _prompt=
 
        if [ -n "$uuid" ]; then
+               uuid=`get_nextuid $uuid`
                _prompt="Uid [$uuid]: "
        else
                _prompt="Uid (Leave empty for default): "