# HG changeset patch # User Kim Alvefur # Date 1693054185 -7200 # Node ID acd2f397ce6b9989689d032ef588275996391f83 # Parent b3484a112300102637d9b28fbc180cff4655549e mod_rest/rest.sh: Silence shellcheck SC1091 Stops it from trying and failing to read the config file, since the path uses variables. diff -r b3484a112300 -r acd2f397ce6b mod_rest/example/rest.sh --- 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=""