mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-27 15:06:29 +00:00
parent
404efdee52
commit
2435ca9065
@ -10,8 +10,9 @@ function create_ota_update() {
|
|||||||
local key="/build/key.pem"
|
local key="/build/key.pem"
|
||||||
local cert="/build/cert.pem"
|
local cert="/build/cert.pem"
|
||||||
|
|
||||||
# Skeep if no dev key is arround
|
# Skip if no dev key is arround
|
||||||
if [ ! -f "${key}" ]; then
|
if [ ! -f "${key}" ]; then
|
||||||
|
echo "Skip creating OTA update because of missing key ${key}"
|
||||||
return 0
|
return 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user