fix: Local variables (#447)

* fix: Local variables

* fix: Keep location
This commit is contained in:
Kroese
2023-12-10 00:26:13 +01:00
committed by GitHub
parent ba7fd2fe4a
commit 03d2665725
5 changed files with 14 additions and 34 deletions

View File

@@ -39,7 +39,6 @@ fi
location=$(cat "$file")
if ! curl -m 20 -ILfSs "http://$location/" > /dev/null; then
rm -f $file
echo "Failed to reach http://$location"
exit 1
fi