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:
parent
bc46e516d9
commit
de7c1b160c
1 changed files with 2 additions and 2 deletions
4
debian/thalos.postinst
vendored
4
debian/thalos.postinst
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue