Big oopsie with the $outputFilePath

This commit is contained in:
Sasha Koshka 2024-02-28 12:04:55 -05:00
parent 0af0d8e561
commit b88a59a420
1 changed files with 3 additions and 3 deletions

View File

@ -47,9 +47,9 @@ fi
[ "$#" -gt 0 ] && usage
case "$mode" in
"selection") scrot --select --line style=dash --freeze --file "$output";;
"window" ) scrot --focused --border --file "$output";;
"screen" ) scrot --file "$output";;
"selection") scrot --select --line style=dash --freeze --file "$outputFilePath";;
"window" ) scrot --focused --border --file "$outputFilePath";;
"screen" ) scrot --file "$outputFilePath";;
esac
if [ -n "$copyToClipboard" ]; then