source: locker/bin/deploy-php.ini @ 127

Last change on this file since 127 was 127, checked in by jbarnold, 17 years ago
old copies of locker software
  • Property svn:executable set to *
File size: 248 bytes
Line 
1#!/bin/sh
2 
3attach scripts 2>/dev/null
4if [ -f "/mit/scripts/deploy/php.ini/$1" ]; then
5        sed /SCRIPTS_USER/s//$2/ /mit/scripts/deploy/php.ini/$1 > php.ini
6        athrun scripts gfind . -type d -mindepth 1 | xargs -n1 ln -nfs `pwd`/php.ini 2>/dev/null
7fi
Note: See TracBrowser for help on using the repository browser.