From cead9e314663cd4f877f17c3b868d2b67bfa3f80 Mon Sep 17 00:00:00 2001 From: irina Date: Wed, 9 Dec 2015 09:32:09 +0000 Subject: #679 Varios repositorios: en caso de error al montar el nuevo repositorio se deja montado el que tuviera el cliente. Se crean mensajes de error correspondientes git-svn-id: https://opengnsys.es/svn/branches/version1.1@4753 a21b9725-9963-47de-94b9-378ad31fedc9 --- client/engine/System.lib | 1 + 1 file changed, 1 insertion(+) (limited to 'client/engine/System.lib') diff --git a/client/engine/System.lib b/client/engine/System.lib index 13183a6a..5ba71899 100755 --- a/client/engine/System.lib +++ b/client/engine/System.lib @@ -207,6 +207,7 @@ case "$CODE" in $OG_ERR_LOCKED) MSG="$MSG_ERR_LOCKED \"$2\"" ;; $OG_ERR_CACHE) MSG="$MSG_ERR_CACHE \"$2\"" ;; $OG_ERR_NOGPT) MSG="$MSG_ERR_NOGPT \"$2\"" ;; + $OG_ERR_REPO) MSG="$MSG_ERR_REPO \"$2\"" ;; $OG_ERR_FILESYS) MSG="$MSG_ERR_FILESYS \"$2\"" ;; $OG_ERR_IMAGE) MSG="$MSG_ERR_IMAGE \"$2\"" ;; $OG_ERR_NOTOS) MSG="$MSG_ERR_NOTOS \"$2\"" ;; -- cgit v1.2.3-18-g5258