diff options
Diffstat (limited to 'admin/Interface')
-rwxr-xr-x | admin/Interface/CrearImagen | 8 |
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"} |