let the handlers, well, handle this
Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
parent
8f4b3af31c
commit
cd53817db7
2
sx-open
2
sx-open
|
@ -223,7 +223,7 @@ main() {
|
||||||
done
|
done
|
||||||
|
|
||||||
target=$1; [[ "$target" ]] || { usage; exit; }
|
target=$1; [[ "$target" ]] || { usage; exit; }
|
||||||
target=$(urldecode "$target")
|
# target=$(urldecode "$target") # No idea why I thought this was necessary.
|
||||||
|
|
||||||
cfg dryrun && {
|
cfg dryrun && {
|
||||||
printf 'Dry run: not actually running the handler\n' >&2
|
printf 'Dry run: not actually running the handler\n' >&2
|
||||||
|
|
Loading…
Reference in New Issue
Block a user