From 163808bf97da0ebd13319001c40fdd170a8f4271 Mon Sep 17 00:00:00 2001 From: sceox Date: Sat, 16 Sep 2023 14:12:38 -0700 Subject: [PATCH] ircbot: Make shellcheck happy --- ircbot.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ircbot.sh b/ircbot.sh index 37d518c..8e46847 100755 --- a/ircbot.sh +++ b/ircbot.sh @@ -8,6 +8,7 @@ if ! test -r $conf; then echo "cannot read configuration file, exiting" exit 1 else + # shellcheck source=ircbot.conf.default . $conf fi