mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 22:26:31 +00:00
pkg-download: fix arguments to hash checking script
The argument are correctly used, but incorrectly documented. Inverse the comments to match the actual usage. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
c83fa6b0af
commit
dab47af5d9
@ -3,8 +3,8 @@ set -e
|
|||||||
|
|
||||||
# Helper to check a file matches its known hash
|
# Helper to check a file matches its known hash
|
||||||
# Call it with:
|
# Call it with:
|
||||||
# $1: the full path to the file to check
|
# $1: the path of the file containing all the the expected hashes
|
||||||
# $2: the path of the file containing all the the expected hashes
|
# $2: the full path to the file to check
|
||||||
|
|
||||||
h_file="${1}"
|
h_file="${1}"
|
||||||
file="${2}"
|
file="${2}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user