refs #1271 adds download raiseexception
parent
af0305302e
commit
87b9bdc8a4
|
@ -153,7 +153,7 @@ function download() {
|
||||||
|
|
||||||
# Verificar si el ogLive ya está instalado
|
# Verificar si el ogLive ya está instalado
|
||||||
if [ -d "$INSTALLED_PATH" ]; then
|
if [ -d "$INSTALLED_PATH" ]; then
|
||||||
raiseError "El ogLive \"$oglive_name\" ya está instalado en \"$INSTALLED_PATH\"."
|
raiseError download "El ogLive \"$oglive_name\" ya está instalado en \"$INSTALLED_PATH\"."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Descargar ogLive.
|
# Descargar ogLive.
|
||||||
|
|
Loading…
Reference in New Issue