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

finnarne-guest at alioth.debian.org finnarne-guest at alioth.debian.org
Thu Apr 12 13:09:22 UTC 2007


  User: finnarne-guest
  Date: 07/04/12 13:09:22

  Modified:    src      index.php
  Log:
  reflect new location of script
  
  Revision  Changes    Path
  1.2       +2 -1      slbackup-php/src/index.php
  
  Index: index.php
  ===================================================================
  RCS file: /cvsroot/slbackup/slbackup-php/src/index.php,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.php	12 Apr 2007 13:06:08 -0000	1.1
  +++ index.php	12 Apr 2007 13:09:22 -0000	1.2
  @@ -163,7 +163,8 @@
   $backupcron="/etc/cron.d/slbackup" ; 
   $ssh_options="-o StrictHostKeyChecking=no" ; 
   # fetch script to use whith passing the ssh-password
  -$ssh_askpass = sprintf ("%s/mypass.sh", dirname ($_SERVER["SCRIPT_FILENAME"]));
  +$ssh_askpass = sprintf ("%s/script/mypass.sh", 
  +                        dirname (dirname ($_SERVER["SCRIPT_FILENAME"])));
   
   
   # Fetch arguments passed as the script is executed
  
  
  



More information about the slbackup-commit mailing list