diff --git a/_webi/curl-pipe-bootstrap.tpl.sh b/_webi/curl-pipe-bootstrap.tpl.sh index c2ae9ca..a3eb6f6 100644 --- a/_webi/curl-pipe-bootstrap.tpl.sh +++ b/_webi/curl-pipe-bootstrap.tpl.sh @@ -184,7 +184,7 @@ webi_upgrade() { ( echo " $(t_dim 'Found') $(t_path "${b_path_rel}")" b_checksum="$(fn_checksum "${a_path}")" fi - if test "$b_checksum" == "${WEBI_CHECKSUM}"; then + if test "$b_checksum" = "${WEBI_CHECKSUM}"; then sleep 0.1 return 0 fi