mirror of
https://github.com/hardenedlinux/harbian-audit.git
synced 2025-09-25 10:49:03 +02:00
Fix #54: hardening.sh: line 275: [: missing ]
This commit is contained in:
parent
e00770d5ff
commit
2d83a6a34e
@ -274,6 +274,8 @@ if [ $FINAL_G_CONFIG -eq 1 ]; then
|
||||
aideinit
|
||||
elif [ $OS_RELEASE -eq 2 ]; then
|
||||
aide --init
|
||||
else
|
||||
aide --config /etc/aide/aide.conf --init
|
||||
mv /var/lib/aide/aide.db.new.gz /var/lib/aide/aide.db.gz
|
||||
fi
|
||||
exit 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user