Changeset 5
- Timestamp:
- 01/05/08 23:40:11 (4 years ago)
- File:
-
- 1 edited
-
trunk/install.sh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/install.sh
r4 r5 67 67 if [ -f /opt/pdadmin/www/administrator/$suid.cgi ]; then 68 68 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; 70 70 fi 71 71 done … … 74 74 if [ -f /opt/pdadmin/www/customer/$suid.cgi ]; then 75 75 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; 77 77 fi 78 78 done
Note: See TracChangeset
for help on using the changeset viewer.
