mirror of
https://github.com/eosswedenorg/thalos
synced 2026-07-03 11:53:41 +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
|
set -e
|
||||||
|
|
||||||
if [ "$1" = 'configure' ]; then
|
if [ "$1" = 'configure' ]; then
|
||||||
adduser --force-badname --system --home /nonexistent \
|
adduser --force-badname --system --home /nonexistent \
|
||||||
--group --no-create-home --quiet thalos || true
|
--group --no-create-home --quiet thalos || true
|
||||||
|
|
||||||
# Create log directory
|
# Create log directory
|
||||||
mkdir -p /var/log/thalos
|
mkdir -p /var/log/thalos
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue