1
0
mirror of https://github.com/ovh/debian-cis.git synced 2025-04-25 10:25:30 +02:00

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

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