#!/bin/sh
addgroup -S hub || true
adduser -HSD -h / -s /sbin/nologin -G hub -g hub hub || true
