fix shellcheck warning

This commit is contained in:
Joao Azevedo 2021-10-29 22:12:13 +02:00
parent 0537a86740
commit 8bf4e9a307
No known key found for this signature in database
GPG Key ID: 0E16C30A65F31D9D
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ start_window_return=$?
if [[ $start_window_return -eq 100 ]]
then
wf-recorder -a -f $VIDEO --codec=asv1 &
wf-recorder -a -f "$VIDEO" --codec=asv1 &
else
exit
fi