Changeset 251


Ignore:
Timestamp:
02/21/06 23:54:42 (7 years ago)
Author:
anarcat
Message:

[project @ alternc: changeset 2004-05-22 00:44:07 by anonymous]
ne pas proteger le bureau non plus

Original author: anonymous
Date: 2004-05-22 00:44:07

File:
1 edited

Legend:

Unmodified
Added
Removed
  • install/scripts/upgrades/0.9.1.sh

    r250 r251  
    6868        # don't "protect" squirrelmail, it legitimatly needs to consult 
    6969        # files out of its own directory 
    70         if readlink $i | grep -q '^/var/alternc/bureau/admin/webmail/*$' 
     70        if readlink $i | grep -q '^/var/alternc/bureau/admin/webmail/*$' || \ 
     71           readlink $i | grep -q '^/var/alternc/bureau/*$' 
    7172        then 
    7273                continue 
Note: See TracChangeset for help on using the changeset viewer.