]> git.pld-linux.org Git - projects/pld-ftp-admin.git/commitdiff
- fixed a braino... need sleep
authorMariusz Mazur <mmazur@pld-linux.org>
Sat, 18 Sep 2004 00:54:47 +0000 (00:54 +0000)
committerMariusz Mazur <mmazur@pld-linux.org>
Sat, 18 Sep 2004 00:54:47 +0000 (00:54 +0000)
Changed files:
    bin/move.sh -> 1.4

bin/move.sh

index 485496ac36ec3cedb69e2164e2f18e96522db3fa..177093fab1551511c47300afcd4e3f17b4282ace 100755 (executable)
@@ -59,7 +59,7 @@ for srcfile in $files; do
                for i in `cat $oldinfofile|grep '^file:'`; do
                        arch=`echo $i|cut -d: -f 2`
                        file=`echo $i|cut -d: -f 3`
-                       rm "$FTP_DIR/$to/RPMS/$arch/$file"
+                       rm "$FTP_DIR/$to/$arch/RPMS/$file"
                done
                # And finally remove the .info file
                rm $oldinfofile
This page took 0.036768 seconds and 4 git commands to generate.