Skip to content

Commit cc72c4d

Browse files
authored
fix(config): typo
Signed-off-by: Boris Glimcher <36732377+glimchb@users.noreply.github.com>
1 parent 491bd75 commit cc72c4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sztp-server/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ declare -a names
2525
for vendor in my
2626
do
2727
names+=("${vendor^^}_BOOT_IMG_HASH_VAL" "${vendor^^}_CONFIG_B64")
28-
export ${vendor^^}_BOOT_IMG_HASH_VAL="$(openssl dgst -sha256 -c ./media/${vendor,,}-boot-image.img | awk '{print $2}')"
28+
export ${vendor^^}_BOOT_IMG_HASH_VAL="$(openssl dgst -sha256 -c /media/${vendor,,}-boot-image.img | awk '{print $2}')"
2929
export ${vendor^^}_CONFIG_B64="$(openssl enc -base64 -A -in /mnt/${vendor,,}-configuration.xml)"
3030
for item in pre post
3131
do

0 commit comments

Comments
 (0)