Skip to content

Commit

Permalink
fix(sztp): missed extra var, removed
Browse files Browse the repository at this point in the history
Signed-off-by: Boris Glimcher <[email protected]>
  • Loading branch information
glimchb authored Jun 6, 2024
1 parent 7023d2b commit d1c5e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sztp/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ do
export ${vendor^^}_CONFIG_B64=$(openssl enc -base64 -A -in ./config/${vendor,,}-configuration.xml)
for item in pre post
do
names+=("${vendor^^}_PRE_SCRIPT_B64" "${vendor^^}_POST_SCRIPT_B64")
names+=("${vendor^^}_${item^^}_SCRIPT_B64")
export ${vendor^^}_${item^^}_SCRIPT_B64=$(openssl enc -base64 -A -in ./config/${vendor,,}-${item,,}-configuration-script.sh)
done
done
Expand Down

0 comments on commit d1c5e62

Please sign in to comment.