summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xadmin/Sources/Services/ogAdmRepoAux4
1 files changed, 4 insertions, 0 deletions
diff --git a/admin/Sources/Services/ogAdmRepoAux b/admin/Sources/Services/ogAdmRepoAux
index 4ab3b634..ddbe07ef 100755
--- a/admin/Sources/Services/ogAdmRepoAux
+++ b/admin/Sources/Services/ogAdmRepoAux
@@ -21,5 +21,9 @@ case $PARM1 in
MCASTOPT=$PARM3
echo "/opt/opengnsys/bin/sendFileMcast $FILE $MCASTOPT" >> $REPOLOG
/opt/opengnsys/bin/sendFileMcast $FILE $MCASTOPT >> $REPOLOG
+ echo $? >> $REPOLOG
+ ;;
+ default)
+ echo "Solicitud con parametros: - $PARM - no realizada: No registrada o con errores" >> $REPOLOG
;;
esac \ No newline at end of file