Forgot to change this
Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
parent
4e1d3a7bcd
commit
bfbd899554
2
ufw
2
ufw
|
@ -213,7 +213,7 @@ take_screenshot() {
|
|||
}
|
||||
|
||||
(( "$flag_scn_fullscreen" )) || { scn_args+=( '-s' ); }
|
||||
[[ "$cfg_scn_delay" ]] && { scn_args+=( "-d $cfg_scn_delay" ); }
|
||||
[[ "$cfg_scn_delay" ]] && { scn_args+=( "-d" "$cfg_scn_delay" ); }
|
||||
|
||||
tmp_file="$(_mktemp "${cfg_tmp_dir}" ".${cfg_screenshot_ext}")"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user