From 04665282793cb629be9499c665a6f5d27ca5a609 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Wed, 4 Jul 2018 20:32:33 -0400 Subject: [PATCH] postinst: Fix indents and untabify Signed-off-by: James Valleroy --- debian/postinst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/postinst b/debian/postinst index 06b9ccf8a..d3a36f4ed 100755 --- a/debian/postinst +++ b/debian/postinst @@ -16,9 +16,9 @@ sed -ie 's+-:ALL EXCEPT root fbx (admin) (sudo):ALL+-:ALL EXCEPT root fbx plinth case "$1" in configure) - addgroup --system --quiet plinth - adduser --system --quiet --ingroup plinth --no-create-home --home /var/lib/plinth plinth - chown -R plinth: /var/lib/plinth /var/log/plinth + addgroup --system --quiet plinth + adduser --system --quiet --ingroup plinth --no-create-home --home /var/lib/plinth plinth + chown -R plinth: /var/lib/plinth /var/log/plinth if [ ! -e '/var/lib/freedombox/is-freedombox-disk-image' ]; then umask 377 @@ -28,7 +28,7 @@ case "$1" in db_input high plinth/firstboot_wizard_secret || true db_go fi - ;; + ;; esac #DEBHELPER#