Browse Source

Derp.

master
mid-kid 10 years ago
parent
commit
ce2f253857
  1. 4
      astronaut

4
astronaut

@ -57,7 +57,7 @@ fi
satellite="$(realpath "$1")"
if [ ! -f "$satellite" ]; then
exiterr "Houston, we have a problem: Can't find satellite file"
exiterr "Can't find satellite file"
fi
# Tools for the astronaut
@ -83,7 +83,7 @@ download() {
checksum="$(mksum "$path")"
if [ "$2" -a "$checksum" != "$2" ]; then
msg "Checksum: $checksum"
exiterr "Houston, we have a problem: Checksum failed."
exiterr "Checksum failed"
fi
fi
}

Loading…
Cancel
Save