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