Skip to content
Snippets Groups Projects
Commit c34ebb62 authored by efer's avatar efer
Browse files

minor fixes in shim

parent 2f1edb7b
No related branches found
No related tags found
No related merge requests found
......@@ -13,8 +13,8 @@ check_ver() {
}
# Check network connection
if nc -zw1 lab.compute.dtu.dk 22 &>/dev/null: then
check_ver()
if nc -zw1 lab.compute.dtu.dk 22 &>/dev/null; then
check_ver
./ssd-eraser
else
./ssd-eraser
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment