Big oopsie with the $outputFilePath

This commit is contained in:
Sasha Koshka 2024-02-28 12:04:55 -05:00
parent 0af0d8e561
commit b88a59a420

View File

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