diff --git a/debian/thalos.postinst b/debian/thalos.postinst index bad0440..9c31f4b 100644 --- a/debian/thalos.postinst +++ b/debian/thalos.postinst @@ -2,8 +2,8 @@ set -e if [ "$1" = 'configure' ]; then - adduser --force-badname --system --home /nonexistent \ - --group --no-create-home --quiet thalos || true + adduser --force-badname --system --home /nonexistent \ + --group --no-create-home --quiet thalos || true # Create log directory mkdir -p /var/log/thalos