tripwire : fixed typo on postinstall helper

This commit is contained in:
thibault.dewailly 2016-05-02 11:11:07 +02:00
parent 4867538c22
commit 612e28b16f

View File

@ -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
~