[mod] master:strict comparison
This commit is contained in:
commit
2606aaab53
|
|
@ -43,7 +43,7 @@ namespace _heimdall.master
|
||||||
(
|
(
|
||||||
(! (count === null))
|
(! (count === null))
|
||||||
&&
|
&&
|
||||||
(count == check.threshold)
|
(count === check.threshold)
|
||||||
)
|
)
|
||||||
||
|
||
|
||||||
(
|
(
|
||||||
|
|
|
||||||
|
|
@ -12,6 +12,8 @@ rsync \
|
||||||
--recursive \
|
--recursive \
|
||||||
--update \
|
--update \
|
||||||
--delete \
|
--delete \
|
||||||
|
--exclude 'node_modules' \
|
||||||
|
--verbose \
|
||||||
build/ \
|
build/ \
|
||||||
${target_ssh_handle}:/opt/heimdall
|
${target_ssh_handle}:/opt/heimdall
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue