Explorar el Código

Fix inverted condition.

master
Roelf Wichertjes hace 2 años
padre
commit
ae7298f060
Firmado por: rewby ID de clave GPG: 4C2B6D2972EE5423
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      uploader.sh

+ 1
- 1
uploader.sh Ver fichero

@@ -16,7 +16,7 @@ do
lock_rc="${?}"
set -e
if [ "$lock_rc" -ne 0 ]; then
if [ "$lock_rc" -ne 234 ]; then
if [ "$lock_rc" -eq 234 ]; then
echo "Could not claim pack!"
else
echo "Error return: ${lock_rc}."


Cargando…
Cancelar
Guardar