summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoradv <adv@uma.es>2012-02-14 11:38:18 +0000
committeradv <adv@uma.es>2012-02-14 11:38:18 +0000
commite031dd387b288cc7bf372387f9488d2081f6c5a7 (patch)
tree2f1243bdd338c83c1a534624838dd00a243ed1d6
parenteaf2e6ec73875f435c7d6f8adfdb06c61a68881c (diff)
#481 sendFileMcast localizaciĆ³n del fichero imagen adaptada a las interfaces
git-svn-id: https://opengnsys.es/svn/branches/version1.0@2559 a21b9725-9963-47de-94b9-378ad31fedc9
-rwxr-xr-xrepoman/bin/sendFileMcast2
1 files changed, 1 insertions, 1 deletions
diff --git a/repoman/bin/sendFileMcast b/repoman/bin/sendFileMcast
index 7cb21741..ec4d7aa6 100755
--- a/repoman/bin/sendFileMcast
+++ b/repoman/bin/sendFileMcast
@@ -25,7 +25,7 @@ fi
# Fichero a enviar (camino completo o relativo al directorio del repositorio).
FICH="$1"
-if [ "${FICH:0:1}" != "/" ]; then
+if [ "${FICH:0:15}" != "$OPENGNSYS" ]; then
FICHIMG="$OGIMG/$FICH"
else
FICHIMG="$FICH"