oops forgot to add an exit for the cmd

This commit is contained in:
speediegq 2022-10-08 13:18:10 +02:00
parent 9f912fc6d3
commit c853ebb9db

View file

@ -13,7 +13,7 @@ esac
case "$BUTTON" in case "$BUTTON" in
"3") speedwm-dfmpeg ; exit ;; "3") speedwm-dfmpeg ; exit ;;
"2") $DFMPEG_CMD ;; "2") $DFMPEG_CMD ; exit ;;
esac esac
# check if recording audio # check if recording audio