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

This commit is contained in:
2022-09-01 15:49:01 -04:00
parent e7fe6fbcec
commit ed9b268865
3 changed files with 9 additions and 0 deletions
+1
View File
@@ -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"
+2
View File
@@ -21,4 +21,6 @@ fi
# Change the directory ownership of /etc
chown -R adept:adept /etc/adept
#DEBHELPER#
exit 0
+6
View File
@@ -0,0 +1,6 @@
[appenders]
stdout = { kind = 'console' }
[root]
level = 'info'
appenders = [ 'stdout' ]