Skip to content
Snippets Groups Projects
Commit 85282b01 authored by Jason Hiser's avatar Jason Hiser :tractor:
Browse files

updated for better reportiong

parent f031ff8b
No related branches found
No related tags found
No related merge requests found
Pipeline #4211 failed
......@@ -60,8 +60,8 @@ protect()
for file in "${files[@]}"; do
for config in "${configs[@]}"; do
echo Protecting file "$file" with config "$config" | tee -a dude_protection_log.txt
"$config" ./"$file" ./"$file"".""$config" | tee -a dude_protection_log.txt
echo Protecting file "$file" with config "$config"
"$config" ./"$file" ./"$file"".""$config"
varient_array_name="$(echo "$file" | sed -e 's/\./_/g')""_varients"
declare -a varient_array="$varient_array_name"
varient_array+=("$file"".""$config")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment