Big oopsie with the $outputFilePath
This commit is contained in:
parent
0af0d8e561
commit
b88a59a420
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user