Skip to content

Commit cb1d19a

Browse files
authored
fix: startup issue after container restart when home-assistant fix is enabled (#278)
1 parent 6fd6c6b commit cb1d19a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

files/docker-entrypoint.d/30-apply-home-assistant-fix.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ CHECKSUM="22e5ac3311fa112e702363920ce86d90256aacc6 /var/www/baikal/vendor/sabre
1616
if ! echo $CHECKSUM | sha1sum --check --status - ;
1717
then
1818
echo "$ME: info: Plugin.php differs from the packaged version"
19-
exit 1
19+
exit 0
2020
fi
2121

2222

0 commit comments

Comments
 (0)