mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-09-19 04:59:01 +00:00
postinst: Fix indents and untabify
Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
637d1a4b7f
commit
0466528279
8
debian/postinst
vendored
8
debian/postinst
vendored
@ -16,9 +16,9 @@ sed -ie 's+-:ALL EXCEPT root fbx (admin) (sudo):ALL+-:ALL EXCEPT root fbx plinth
|
|||||||
|
|
||||||
case "$1" in
|
case "$1" in
|
||||||
configure)
|
configure)
|
||||||
addgroup --system --quiet plinth
|
addgroup --system --quiet plinth
|
||||||
adduser --system --quiet --ingroup plinth --no-create-home --home /var/lib/plinth plinth
|
adduser --system --quiet --ingroup plinth --no-create-home --home /var/lib/plinth plinth
|
||||||
chown -R plinth: /var/lib/plinth /var/log/plinth
|
chown -R plinth: /var/lib/plinth /var/log/plinth
|
||||||
|
|
||||||
if [ ! -e '/var/lib/freedombox/is-freedombox-disk-image' ]; then
|
if [ ! -e '/var/lib/freedombox/is-freedombox-disk-image' ]; then
|
||||||
umask 377
|
umask 377
|
||||||
@ -28,7 +28,7 @@ case "$1" in
|
|||||||
db_input high plinth/firstboot_wizard_secret || true
|
db_input high plinth/firstboot_wizard_secret || true
|
||||||
db_go
|
db_go
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
#DEBHELPER#
|
#DEBHELPER#
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user