summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoradv <adv@uma.es>2011-12-13 11:05:54 +0000
committeradv <adv@uma.es>2011-12-13 11:05:54 +0000
commita2649b0da45579ea8ff06be6e3e634b500918518 (patch)
treefd415cd6b19ecd468122404d2bedba211212b82d
parentd89a58fc262f552483f65d7a62b8aa6090dbd093 (diff)
1.0.2 #458 updateCache: solucionado sintaxis de inicio multicast.
git-svn-id: https://opengnsys.es/svn/branches/version1.0@2394 a21b9725-9963-47de-94b9-378ad31fedc9
-rwxr-xr-xadmin/Interface/RestaurarImagen4
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/Interface/RestaurarImagen b/admin/Interface/RestaurarImagen
index 5974bf17..2b20d054 100755
--- a/admin/Interface/RestaurarImagen
+++ b/admin/Interface/RestaurarImagen
@@ -76,9 +76,9 @@ fi
if [ "$REPO" == "REPO" ]
then
- echo "[2] updateCache REPO \"$3.img\" $5 $6" | tee -a $OGLOGSESSION $OGLOGFILE
+ echo "[2] updateCache REPO \"/$3.img\" $5 $6" | tee -a $OGLOGSESSION $OGLOGFILE
TIME2=$SECONDS
- updateCache REPO "$3.img" "$5" "$6" &>> $OGLOGCOMMAND
+ updateCache REPO "/$3.img" "$5" "$6" &>> $OGLOGCOMMAND
RETVAL=$?
TIME2=$[SECONDS-TIME2]
echo " [ ] Duracion del subproceso updateCache $[TIME2/60]m $[TIME2%60]s" | tee -a $OGLOGSESSION $OGLOGFILE