fix: Make healthcheck succeed during download (#1332)

This commit is contained in:
Kroese
2026-07-25 12:16:41 +02:00
committed by GitHub
parent 695b075130
commit afd848cebb
+1 -1
View File
@@ -15,7 +15,7 @@ file="/run/shm/dsm.url"
address="/run/shm/qemu.ip"
gateway="/run/shm/qemu.gw"
[ ! -s "$file" ] && echo "DSM has not enabled networking yet..." && exit 1
[ ! -s "$file" ] && echo "DSM has not enabled networking yet..." && exit 0
location=$(<"$file")