1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos synced 2026-06-18 04:40:03 +02:00

debian/thalos.postinst: indent fix

This commit is contained in:
Henrik Hautakoski 2024-02-19 13:48:16 +01:00
parent bc46e516d9
commit de7c1b160c

View file

@ -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