diff options
author | Roberto Hueso Gómez <rhueso@soleta.eu> | 2019-12-12 13:12:34 +0100 |
---|---|---|
committer | OpenGnSys Support Team <soporte-og@soleta.eu> | 2020-06-02 12:32:36 +0200 |
commit | c90cda478b274b7a54ef48ffcc3922bca8f553a3 (patch) | |
tree | 530758fc10fd917111e98db7a105cdfffe00f6f4 /admin/Interface | |
parent | 72429965b2bab22e1b2d8f8541690dab1c118f6e (diff) |
#980 Add client REST API basic infrastructure in ogAdmServer
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"} |