Added DEBHELPER token to postinst script
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
e7fe6fbcec
commit
ed9b268865
@ -8,6 +8,7 @@ license = "BSD 2-Clause"
|
||||
authors = ["Gregory Ballantine <gballantine@bitgoblin.tech>"]
|
||||
|
||||
[dependencies]
|
||||
log4rs = "1.1"
|
||||
toml = "0.5"
|
||||
serde = "1.0"
|
||||
serde_derive = "1.0"
|
||||
|
@ -21,4 +21,6 @@ fi
|
||||
# Change the directory ownership of /etc
|
||||
chown -R adept:adept /etc/adept
|
||||
|
||||
#DEBHELPER#
|
||||
|
||||
exit 0
|
||||
|
6
log4rs.toml
Normal file
6
log4rs.toml
Normal file
@ -0,0 +1,6 @@
|
||||
[appenders]
|
||||
stdout = { kind = 'console' }
|
||||
|
||||
[root]
|
||||
level = 'info'
|
||||
appenders = [ 'stdout' ]
|
Loading…
Reference in New Issue
Block a user