mirror of
https://github.com/SinTan1729/random.git
synced 2024-12-26 13:18:35 -06:00
Changed error message
This commit is contained in:
parent
3645aec07c
commit
c32ddd8e5d
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ confdir="/home/sintan/.config"
|
||||||
if test -f $confdir/latlong.toml ; then
|
if test -f $confdir/latlong.toml ; then
|
||||||
source $confdir/latlong.toml
|
source $confdir/latlong.toml
|
||||||
else
|
else
|
||||||
echo "No location config found!"
|
echo "No config file found!"
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue