~charmers/charms/precise/wildfly/trunk

« back to all changes in this revision

Viewing changes to hooks/config-changed

  • Committer: saurabh.kumar at co
  • Date: 2014-03-05 14:08:12 UTC
  • Revision ID: saurabh.kumar@techblue.co.uk-20140305140812-tag64kxmz0yeuuty
Default password removed from config.yaml

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
        hooks/stop
7
7
        juju-log " wildfly stopped successfully"
8
8
        hooks/start
 
9
        juju-log " wildfly started successfully"
9
10
else
10
11
        sh /opt/wildfly/bin/add-user.sh --silent $username $password > /tmp/capture.log 2>&1
11
12
        hooks/stop