Mercurial > prosody-modules
comparison mod_rest/example/rest.sh @ 5637:acd2f397ce6b
mod_rest/rest.sh: Silence shellcheck SC1091
Stops it from trying and failing to read the config file, since the path
uses variables.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 26 Aug 2023 14:49:45 +0200 |
parents | b3484a112300 |
children | e5ad3f1f48bd |
comparison
equal
deleted
inserted
replaced
5636:b3484a112300 | 5637:acd2f397ce6b |
---|---|
4 # This file is MIT/X11 licensed. | 4 # This file is MIT/X11 licensed. |
5 | 5 |
6 # Dependencies: | 6 # Dependencies: |
7 # - https://httpie.io/ | 7 # - https://httpie.io/ |
8 # - https://hg.sr.ht/~zash/httpie-oauth2 | 8 # - https://hg.sr.ht/~zash/httpie-oauth2 |
9 | |
10 # shellcheck disable=SC1091 | |
9 | 11 |
10 # Settings | 12 # Settings |
11 HOST="" | 13 HOST="" |
12 DOMAIN="" | 14 DOMAIN="" |
13 | 15 |