borgwarehouse
borgwarehouse copied to clipboard
Added check if GID already exists
I wanted to use borgwarehouse with group-id 100. But the build process failed because a group with that id already exist. therefore I added a small if clause to check if a group with that id already exists.