summaryrefslogtreecommitdiffstats
path: root/admin/Interface/CrearImagen
diff options
context:
space:
mode:
Diffstat (limited to 'admin/Interface/CrearImagen')
-rwxr-xr-xadmin/Interface/CrearImagen8
1 files changed, 4 insertions, 4 deletions
diff --git a/admin/Interface/CrearImagen b/admin/Interface/CrearImagen
index e3b21c7a..2d4acc47 100755
--- a/admin/Interface/CrearImagen
+++ b/admin/Interface/CrearImagen
@@ -46,10 +46,10 @@ ogEcho log session "$MSG_INTERFACE_START $0 $*"
PATH=$PATH:$(dirname $0)
PROG=$(basename $0)
CALLER=$(ogGetCaller)
-if [ "$CALLER" != "ogAdmClient" ]; then
- ogRaiseError $OG_ERR_NOTEXEC "$CALLER -> $PROG"
- exit $?
-fi
+#if [ "$CALLER" != "ogAdmClient" ]; then
+# ogRaiseError $OG_ERR_NOTEXEC "$CALLER -> $PROG"
+# exit $?
+#fi
# Valor por defecto para el repositorio.
REPO=${4:-"REPO"}