Fix notification in screenshot.sh
This commit is contained in:
parent
3b33657ebb
commit
5f324035a7
@ -6,10 +6,10 @@ local outpath="${HOME}/downloads/${outfile}"
|
|||||||
|
|
||||||
case "${1}" in;
|
case "${1}" in;
|
||||||
'-root')
|
'-root')
|
||||||
maim ${maim_args} "${outpath}"
|
maim ${maim_args} "${outpath}" || exit
|
||||||
;;
|
;;
|
||||||
'-select' | *)
|
'-select' | *)
|
||||||
maim ${maim_args} -s "${outpath}"
|
maim ${maim_args} -s "${outpath}" || exit
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user