From 612e28b16ffaaff3fddbeb3d4c30eb1de2a40629 Mon Sep 17 00:00:00 2001 From: "thibault.dewailly" Date: Mon, 2 May 2016 11:11:07 +0200 Subject: [PATCH] tripwire : fixed typo on postinstall helper --- bin/postinstall/tripwire.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/postinstall/tripwire.sh b/bin/postinstall/tripwire.sh index 3533830..43f5f29 100755 --- a/bin/postinstall/tripwire.sh +++ b/bin/postinstall/tripwire.sh @@ -17,4 +17,3 @@ echo "Generating Local database with newly created key..." /usr/sbin/twadmin --create-cfgfile -S /etc/tripwire/site.key /etc/tripwire/twcfg.txt # Init database with generated local key file echo "Testing tripwire database update" tripwire -m i # Test configuration update -~