~marcoceppi/charms/oneiric/steam/trunk

« back to all changes in this revision

Viewing changes to hooks/config-changed

  • Committer: Marco Ceppi
  • Date: 2011-11-07 04:47:15 UTC
  • Revision ID: git-v1:d2e3be9753ae48c2d959697a933106ba8fa5d500
Proper agnostic configuration files

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
set -ux
4
4
 
5
 
GAME=`config-get game`
6
 
source "env/$GAME"
 
5
source "env/common"
7
6
 
8
7
LOCAL_CFG_FILE="/home/$INSTALL_USER/hlds/server/$GAME_CFG_DIR/server.cfg"
9
8