~xfactor973/charms/trusty/kibana/version_bump

« back to all changes in this revision

Viewing changes to hooks/install

  • Committer: Paul Czarkowski
  • Date: 2012-11-22 16:43:50 UTC
  • Revision ID: paul@paulcz.net-20121122164350-wdwvntiboa3cy193
fixed issues from https://bugs.launchpad.net/charms/+bug/1075400/comments/1

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
if [ -f "files/charm/kibana-ruby.tar.gz" ]
16
16
  then
17
17
    juju-log "kibana binary found local,copy to /tmp"
18
 
    install -o root -g root -m 0644 $HOME/files/charm/kibana-ruby.tar.gz /tmp/kibana-ruby.tar.gz
 
18
    install -o root -g root -m 0644 files/charm/kibana-ruby.tar.gz /tmp/kibana-ruby.tar.gz
19
19
  else
20
20
    # Download and checksum
21
21
    juju-log "kibana binary not found local ... download"