~jose/charms/precise/teamspeak3/1297650-fix

« back to all changes in this revision

Viewing changes to hooks/install

  • Committer: Bruno Pereira
  • Date: 2011-11-29 21:08:14 UTC
  • Revision ID: brunopereira81@gmail.com-20111129210814-gjhtm2yqw5w5s11m
open-port implemented for install and config-changed

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
apt-get install -y sqlite3 wget
5
5
 
6
6
if [ ! -d "charm-tools" ]; then
7
 
 
8
7
    juju-log "Installing charm-helpers vis charm-tools"
9
8
    bzr branch lp:charm-tools
10
9
fi
40
39
 
41
40
juju-log "Configuring server and starting database with default values"
42
41
service teamspeak3 init_db
 
42
open-port 9987/TCP
43
43
 
44
44
juju-log "Installation complete!"
 
 
b'\\ No newline at end of file'