tripwire : fixed typo on postinstall helper

This commit is contained in:
thibault.dewailly 2016-05-02 11:11:07 +02:00
parent 59e3008b4c
commit 3b9718239d

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
~