Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 7066)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 7067)
@@ -33,4 +33,7 @@
        better statistics for the calculation of the mean pulse time
        of the cosmisc
+
+   * datacenter/scripts/runganymed:
+     - fixed bug in path
 
 
Index: /trunk/MagicSoft/Mars/datacenter/scripts/runganymed
===================================================================
--- /trunk/MagicSoft/Mars/datacenter/scripts/runganymed	(revision 7066)
+++ /trunk/MagicSoft/Mars/datacenter/scripts/runganymed	(revision 7067)
@@ -170,5 +170,5 @@
 for dataset in ${datasets[@]}
 do 
-  no=`printf %08d $dataset | cut -c 0-4`
+  no=`printf %08d $dataset | cut -c 0-5`
   no2=`printf %08d $dataset`
   outpath="/magic/data/ganymed/$no/$no2"
