update.conf has been removed

This commit is contained in:
Gerhard Hoffmann 2022-06-06 20:08:31 +02:00
parent 8f07fbcf53
commit f860c901f5

View File

@ -400,8 +400,8 @@ if [ ${news_to_ismas_sourced:-1} = "1" ]; then # include only once
sed -E -e 's/.*:\s*(.*)/\1/g')\" sed -E -e 's/.*:\s*(.*)/\1/g')\"
}, },
\"DC\" : { \"DC\" : {
\"VERSION\" : \"$(cat $PSA_UPDATE_CONF | jq -r .dc.version)\", \"VERSION\" : \"$(compute_hash ${DC_PSA_DC_FILE})\",
\"MD5SUM\" : \"$(cat $PSA_UPDATE_CONF | jq -r .dc.dc2c)\" \"MD5SUM\" : \"\"
}, },
\"PRINTER\" : { \"PRINTER\" : {
}, },