1
0
Fork 0
mirror of https://github.com/SinTan1729/random.git synced 2024-12-25 20:58:37 -06:00

Changed error message

This commit is contained in:
Sayantan Santra 2022-07-27 23:46:16 -05:00
parent 3645aec07c
commit c32ddd8e5d

View file

@ -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