Changeset 696 for misc/scripts


Ignore:
Timestamp:
Jul 22, 2010, 1:38:33 PM (13 years ago)
Author:
duh
Message:

forgot to add a $

File:
1 edited

Legend:

Unmodified
Added
Removed
  • misc/scripts/deploy_latest_gscf.sh

    r685 r696  
    163163# fix apache virtual host configuration
    164164echo ".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' {}
     165ls $APACHE_VHOST_FILES|xargs -i sed -i 's/gscf-[0-9]\.[0-9]\.[0-9]/gscf-'$APP_VERSION'/g' {}
    166166
    167167# reloading apache
Note: See TracChangeset for help on using the changeset viewer.