Added DEBHELPER token to postinst script
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Gregory Ballantine 2022-09-01 15:49:01 -04:00
parent e7fe6fbcec
commit ed9b268865
3 changed files with 9 additions and 0 deletions

View File

@ -8,6 +8,7 @@ license = "BSD 2-Clause"
authors = ["Gregory Ballantine <gballantine@bitgoblin.tech>"] authors = ["Gregory Ballantine <gballantine@bitgoblin.tech>"]
[dependencies] [dependencies]
log4rs = "1.1"
toml = "0.5" toml = "0.5"
serde = "1.0" serde = "1.0"
serde_derive = "1.0" serde_derive = "1.0"

View File

@ -21,4 +21,6 @@ fi
# Change the directory ownership of /etc # Change the directory ownership of /etc
chown -R adept:adept /etc/adept chown -R adept:adept /etc/adept
#DEBHELPER#
exit 0 exit 0

6
log4rs.toml Normal file
View File

@ -0,0 +1,6 @@
[appenders]
stdout = { kind = 'console' }
[root]
level = 'info'
appenders = [ 'stdout' ]