mirror of
https://github.com/ovh/debian-cis.git
synced 2025-06-24 11:34:35 +02:00
IMP(shellcheck): quote variables (SC2086)
This commit is contained in:
@ -32,7 +32,7 @@ audit() {
|
||||
done
|
||||
done
|
||||
|
||||
if [ $ERRORS = 0 ]; then
|
||||
if [ "$ERRORS" = 0 ]; then
|
||||
ok "No $FILENAME present in users home directory"
|
||||
fi
|
||||
}
|
||||
|
Reference in New Issue
Block a user