We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e95c146 commit 574c0b7Copy full SHA for 574c0b7
1 file changed
router/build.sh
@@ -16,7 +16,7 @@ function get_src {
16
f=$(basename $url)
17
18
curl -sSL $url -o $f
19
- echo "$hash $f" | sha256sum -c - || exit 10
+ echo "$hash $f" | sha256sum -c - || exit 10
20
tar xzf $f
21
rm $f
22
}
0 commit comments