We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4a4c8b commit c6df7e0Copy full SHA for c6df7e0
flatcar-postinst
@@ -53,7 +53,7 @@ sysext_download() {
53
local target="$2" # Path to write the payload to, writing does not need to be atomic because the caller later does an atomic move
54
local from="$3" # Either path to XML dump or the constant "release-server"
55
local target_tmpdir=""
56
- local extracted_filename="${name/.gz/.raw}"
+ local extracted_filename="${name/%.gz/.raw}"
57
local ARG=()
58
local ret
59
SUCCESS=false
0 commit comments