User Tools

Site Tools


aws:bash-read-in-values

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

aws:bash-read-in-values [18/09/2025 14:54] – created andrewaws:bash-read-in-values [18/09/2025 14:55] (current) andrew
Line 5: Line 5:
 #!/bin/bash #!/bin/bash
  
-# Control to disable - read in as argument 
-# CONTROL_ID='IAM.9' 
 CONTROL_ID=$1 CONTROL_ID=$1
  
 if [ -z ${CONTROL_ID} ]; then  if [ -z ${CONTROL_ID} ]; then 
-        echo "Please give control id as a parameter, eg ./disable_check.sh IAM.x";+        echo "Please give control id as a parameter, eg ./check.sh IAM.x";
         exit 1         exit 1
 fi fi
aws/bash-read-in-values.1758207272.txt.gz · Last modified: by andrew

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki