From de7c1b160c02056d806850f999c16341e7880686 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Mon, 19 Feb 2024 13:48:16 +0100 Subject: [PATCH] debian/thalos.postinst: indent fix --- debian/thalos.postinst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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