Changeset 696 for misc/scripts
- Timestamp:
- Jul 22, 2010, 1:38:33 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
misc/scripts/deploy_latest_gscf.sh
r685 r696 163 163 # fix apache virtual host configuration 164 164 echo ".updating apache virtual host configuration" 165 ls /etc/apache2/sites-available/dbnp*|xargs -i sed -i 's/gscf-[0-9]\.[0-9]\.[0-9]/gscf-'$APP_VERSION'/g' {}165 ls $APACHE_VHOST_FILES|xargs -i sed -i 's/gscf-[0-9]\.[0-9]\.[0-9]/gscf-'$APP_VERSION'/g' {} 166 166 167 167 # reloading apache
Note: See TracChangeset
for help on using the changeset viewer.