[slbackup-commit] CVS update: slbackup-php/src index.php

finnarne-guest at alioth.debian.org finnarne-guest at alioth.debian.org
Mon Apr 16 21:15:10 UTC 2007


  User: finnarne-guest
  Date: 07/04/16 21:15:10

  Modified:    src      index.php
  Log:
  Not so many slashes in there
  
  Revision  Changes    Path
  1.17      +1 -1      slbackup-php/src/index.php
  
  Index: index.php
  ===================================================================
  RCS file: /cvsroot/slbackup/slbackup-php/src/index.php,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- index.php	16 Apr 2007 21:08:41 -0000	1.16
  +++ index.php	16 Apr 2007 21:15:10 -0000	1.17
  @@ -24,7 +24,7 @@
   global $backuphost, $backupuser, $ssh_options, $ssh_askpass ;
   
       $loc = array() ; 
  -    $cmd = sprintf ("ssh %s %s@%s find %s/%s -maxdepth 1 -mindepth 1 -type d ", 
  +    $cmd = sprintf ("ssh %s %s@%s find %s%s -maxdepth 1 -mindepth 1 -type d ", 
      		     $ssh_options, $backupuser, 
   		     $backuphost, $clientdir, $location) ; 
   
  
  
  



More information about the slbackup-commit mailing list