Skip to content

Commit

Permalink
ucm2: remove the trailing slash from the rm command
Browse files Browse the repository at this point in the history
Link: 548036b#commitcomment-50808354
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
  • Loading branch information
perexg committed May 14, 2021
1 parent 1e6297b commit ba358e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ucm2/lib/card-init.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
Define.LibDir "/var/lib/alsa/card${CardNumber}.conf.d"

FixedBootSequence [
exec "/bin/rm -rf ${var:LibDir}/"
exec "/bin/rm -rf ${var:LibDir}"
exec "/bin/mkdir -p -m 0755 ${var:LibDir}"
]

0 comments on commit ba358e8

Please sign in to comment.