Changeset 5


Ignore:
Timestamp:
01/05/08 23:40:11 (4 years ago)
Author:
kay
Message:

Dateiberechtigungen angepasst

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install.sh

    r4 r5  
    6767  if [ -f /opt/pdadmin/www/administrator/$suid.cgi ]; then 
    6868    chown root:www /opt/pdadmin/www/administrator/$suid.cgi; 
    69     chmod u+s /opt/pdadmin/www/administrator/$suid.cgi; 
     69    chmod 4750 /opt/pdadmin/www/administrator/$suid.cgi; 
    7070  fi 
    7171done 
     
    7474  if [ -f /opt/pdadmin/www/customer/$suid.cgi ]; then 
    7575    chown root:www /opt/pdadmin/www/customer/$suid.cgi; 
    76     chmod u+s /opt/pdadmin/www/customer/$suid.cgi; 
     76    chmod 4750 /opt/pdadmin/www/customer/$suid.cgi; 
    7777  fi 
    7878done 
Note: See TracChangeset for help on using the changeset viewer.