summaryrefslogtreecommitdiffstats
path: root/admin/Interface/CambiarAcceso
diff options
context:
space:
mode:
Diffstat (limited to 'admin/Interface/CambiarAcceso')
-rwxr-xr-xadmin/Interface/CambiarAcceso6
1 files changed, 3 insertions, 3 deletions
diff --git a/admin/Interface/CambiarAcceso b/admin/Interface/CambiarAcceso
index ddd67666..210b3d80 100755
--- a/admin/Interface/CambiarAcceso
+++ b/admin/Interface/CambiarAcceso
@@ -1,10 +1,10 @@
#!/bin/bash
-#_______________________________________________________________________________________________________________________________
+#______________________________________
#
# PARAMETROS RECIBIDOS DESDE EL CLIENTE
# $1 modo (admin, user)
-#_______________________________________________________________________________________________________________________________
+#______________________________________
# Error si llamada no se realliza desde OpenGnSys Client.
PROG=$(basename $0)
@@ -14,7 +14,7 @@ if [ "$CALLER" != "CrearImagen" -a "$CALLER" != "ConsolaRemota" ]; then
exit $?
fi
-# Salir si el repositorio está bloquedo (tiene ficheros abiertos).
+# Salir si el repositorio está bloquedo (tiene ficheros abiertos).
REPOIP=$(ogGetRepoIp)
if [ -z "$REPOIP" ]; then
ogRaiseError $OG_ERR_NOTFOUND "repo no montado"