fix indent
This commit is contained in:
parent
3b637b617d
commit
6a000c3786
|
@ -166,8 +166,7 @@ auto_tag=false
|
|||
#sets the Purge Snapshot feature to false - this feature will eventually allow the removal of snapshots that have a "PurgeAfter" tag that is earlier than current date
|
||||
purge_snapshots=false
|
||||
#handles options processing
|
||||
while getopts :s:c:r:v:t:k:pna opt
|
||||
do
|
||||
while getopts :s:c:r:v:t:k:pna opt; do
|
||||
case $opt in
|
||||
s) selection_method="$OPTARG";;
|
||||
c) cron_primer="$OPTARG";;
|
||||
|
|
Loading…
Reference in New Issue
Block a user