mirror of
https://github.com/ovh/debian-cis.git
synced 2025-06-23 11:04:32 +02:00
IMP(shellcheck): quote variables
This commit is contained in:
@ -128,7 +128,7 @@ disabled | false)
|
||||
esac
|
||||
|
||||
if [ "$CRITICAL_ERRORS_NUMBER" -eq 0 ]; then
|
||||
if [ $BATCH_MODE -eq 1 ]; then
|
||||
if [ "$BATCH_MODE" -eq 1 ]; then
|
||||
BATCH_OUTPUT="OK $SCRIPT_NAME $BATCH_OUTPUT"
|
||||
becho "$BATCH_OUTPUT"
|
||||
else
|
||||
|
Reference in New Issue
Block a user