updater: Change get_actual_release error 1 to 150

This commit is contained in:
remittor
2025-12-30 13:39:18 +03:00
parent a3c256c31a
commit f48488b21b

View File

@@ -259,7 +259,7 @@ function get_actual_release
done
json_cleanup
echo "ERROR: latest release for arch \"$ZAP_CPU_ARCH\" not founded!"
return 1 # release not founded
return 150 # release not founded
}
# -------------------------------------------------------------------------------------------------------