[mod] master:strict comparison

This commit is contained in:
Christian Fraß 2023-08-03 09:46:10 +02:00
commit 2606aaab53
2 changed files with 3 additions and 1 deletions

View file

@ -43,7 +43,7 @@ namespace _heimdall.master
(
(! (count === null))
&&
(count == check.threshold)
(count === check.threshold)
)
||
(

View file

@ -12,6 +12,8 @@ rsync \
--recursive \
--update \
--delete \
--exclude 'node_modules' \
--verbose \
build/ \
${target_ssh_handle}:/opt/heimdall