diff options
author | Irina Gómez <irinagomez@us.es> | 2019-08-09 13:59:55 +0200 |
---|---|---|
committer | Irina Gómez <irinagomez@us.es> | 2019-08-09 13:59:55 +0200 |
commit | 2413feda15ca2a954589d2e72bdf97a4042cb439 (patch) | |
tree | acd6602075e52948fed289e004fffa1106318548 /client/shared/scripts/deployImage | |
parent | 67b31420ccb5376a4bde07125c4be346be0b2865 (diff) |
#923 deployImage exits if detects error in updateCache. updateCache exits if it detects error when copying torrent file.
Diffstat (limited to 'client/shared/scripts/deployImage')
-rwxr-xr-x | client/shared/scripts/deployImage | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/shared/scripts/deployImage b/client/shared/scripts/deployImage index b6696443..9406d80e 100755 --- a/client/shared/scripts/deployImage +++ b/client/shared/scripts/deployImage @@ -167,6 +167,10 @@ case "$MODE" in # Time-out en la transferencia multicast (El mensaje de error está enviado) exit $RETVAL ;; + *) + # Error desconocido + exit $RETVAL + ;; esac ;; *) # Error: protocolo desconocido. |