summaryrefslogtreecommitdiffstats
path: root/client/engine/System.lib
diff options
context:
space:
mode:
authoririna <irinagomez@us.es>2015-12-09 09:32:09 +0000
committeririna <irinagomez@us.es>2015-12-09 09:32:09 +0000
commitcead9e314663cd4f877f17c3b868d2b67bfa3f80 (patch)
tree26be1cd609404168257507bd7b1d360025ce53e1 /client/engine/System.lib
parent62ff8b785367fad6bb8994d844432b48af18110d (diff)
#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
Diffstat (limited to 'client/engine/System.lib')
-rwxr-xr-xclient/engine/System.lib1
1 files changed, 1 insertions, 0 deletions
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\"" ;;