We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83bab98 commit 36f3bc2Copy full SHA for 36f3bc2
1 file changed
lgsm/modules/core_dl.sh
@@ -204,7 +204,7 @@ fn_dl_hash() {
204
fn_print_error_nl "hash length not known for hash type"
205
core_exit.sh
206
fi
207
- echo -en "verifying ${local_filename} with ${hashtype}..."
+ echo -en "verifying ${local_filename} with ${hashtype}"
208
fn_sleep_time
209
hashsumcmd=$(${hashbin} "${local_filedir}/${local_filename}" | awk '{print $1}')
210
if [ "${hashsumcmd}" != "${hash}" ]; then
0 commit comments