CIS-Script
CIS-Script copied to clipboard
OrgScore2_11.sh systax error
"If" statement syntax error in line 30
change From:
if [[ "$t2Check" == "1" ]] then
to
if [[ "$t2Check" == "1" ]]; then