refs #1271 changes exception of duplicated install
parent
bd2db726db
commit
af0305302e
|
@ -153,8 +153,7 @@ function download() {
|
|||
|
||||
# Verificar si el ogLive ya está instalado
|
||||
if [ -d "$INSTALLED_PATH" ]; then
|
||||
echo "El ogLive \"$oglive_name\" ya está instalado en \"$INSTALLED_PATH\"."
|
||||
return 0
|
||||
raiseError "El ogLive \"$oglive_name\" ya está instalado en \"$INSTALLED_PATH\"."
|
||||
fi
|
||||
|
||||
# Descargar ogLive.
|
||||
|
|
Loading…
Reference in New Issue