mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-11-09 19:43:41 +08:00
fix: Local variables (#447)
* fix: Local variables * fix: Keep location
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user