Ver código fonte

Echo error to stderr

pull/20/head
Kristijan Mitrovic 4 anos atrás
pai
commit
a7cdb1454c
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      bin/vultr/vcurl

+ 1
- 1
bin/vultr/vcurl Ver arquivo

@@ -1,7 +1,7 @@
#!/bin/bash

if [[ -z "${VULTR_API_KEY}" ]] ; then
echo "VULTR_API_KEY not defined in environment"
>&2 echo "VULTR_API_KEY not defined in environment"
exit 1
fi



Carregando…
Cancelar
Salvar