From c32ddd8e5d6dff2ec7448e0039881c5f0a4db713 Mon Sep 17 00:00:00 2001 From: SinTan1729 Date: Wed, 27 Jul 2022 23:46:16 -0500 Subject: [PATCH] Changed error message --- brightness-by-daylight.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/brightness-by-daylight.sh b/brightness-by-daylight.sh index b0333c0..f0389dc 100644 --- a/brightness-by-daylight.sh +++ b/brightness-by-daylight.sh @@ -26,7 +26,7 @@ confdir="/home/sintan/.config" if test -f $confdir/latlong.toml ; then source $confdir/latlong.toml else - echo "No location config found!" + echo "No config file found!" exit fi