mirror of
https://github.com/eosswedenorg/thalos
synced 2026-08-29 20:48:13 +02:00
minor style fixes.
This commit is contained in:
parent
70aa6cd295
commit
84547e5ad3
2 changed files with 9 additions and 11 deletions
6
debian/thalos.postrm
vendored
6
debian/thalos.postrm
vendored
|
|
@ -3,10 +3,8 @@ set -e
|
|||
|
||||
#DEBHELPER#
|
||||
|
||||
|
||||
if [ "${1}" = "purge" ]
|
||||
then
|
||||
deluser --quiet thalos > /dev/null || true
|
||||
if [ "${1}" = "purge" ]; then
|
||||
deluser --quiet thalos >/dev/null || true
|
||||
rm -rf /var/log/thalos
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue