changeset 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 d832a5e10c04
files mod_rest/example/rest.sh
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mod_rest/example/rest.sh	Sat Aug 26 14:37:04 2023 +0200
+++ b/mod_rest/example/rest.sh	Sat Aug 26 14:49:45 2023 +0200
@@ -7,6 +7,8 @@
 # - https://httpie.io/
 # - https://hg.sr.ht/~zash/httpie-oauth2
 
+# shellcheck disable=SC1091
+
 # Settings
 HOST=""
 DOMAIN=""