Changeset 2846 for alternc/trunk/install/alternc.install
- Timestamp:
- 02/28/11 17:43:03 (2 years ago)
- File:
-
- 1 edited
-
alternc/trunk/install/alternc.install (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
alternc/trunk/install/alternc.install
r2845 r2846 1 #!/bin/ bash1 #!/bin/sh 2 2 # 3 3 # AlternC Main install script. … … 129 129 fi 130 130 131 PUBLIC_IP_BEGIN=$ {PUBLIC_IP:0:1}131 PUBLIC_IP_BEGIN=$(echo $PUBLIC_IP|cut -c 1) 132 132 133 133 # XXX: I assume this is secure if /tmp is sticky (+t) … … 211 211 fi 212 212 213 touch /var/alternc/apacheconf/override_php.conf 213 214 if [ ! -h /etc/apache/conf.d/override_php.conf ] && [ -e /etc/apache/conf.d/ ]; then 214 215 ln -sf /var/alternc/apacheconf/override_php.conf /etc/apache/conf.d/override_php.conf
Note: See TracChangeset
for help on using the changeset viewer.
