mirror of
https://github.com/OpenNebula/one.git
synced 2025-01-26 10:03:37 +03:00
Fixing install path
Fixing type in one_im_ssh git-svn-id: http://svn.opennebula.org/trunk@34 3034c82b-c49b-4eb3-8279-a7acafdc01c0
This commit is contained in:
parent
e712ee387f
commit
cdfe8e4a11
@ -57,10 +57,11 @@ inst_ln src/client/ruby/one.rb lib/ruby
|
||||
inst_ln src/client/ruby/client_utilities.rb lib/ruby
|
||||
inst_ln src/client/ruby/command_parse.rb lib/ruby
|
||||
|
||||
inst_ln src/im_mad/xen/architecture.sh lib/im_probes
|
||||
inst_ln src/im_mad/xen/cpu.sh lib/im_probes
|
||||
inst_ln src/im_mad/xen/name.sh lib/im_probes
|
||||
inst_ln src/im_mad/im_ssh/architecture.sh lib/im_probes
|
||||
inst_ln src/im_mad/im_ssh/cpu.sh lib/im_probes
|
||||
inst_ln src/im_mad/im_ssh/name.sh lib/im_probes
|
||||
inst_ln src/im_mad/xen/xen.rb lib/im_probes
|
||||
inst_ln src/im_mad/kvm/kvm.rb lib/im_probes
|
||||
|
||||
inst_cp share/scripts/one bin
|
||||
|
||||
|
@ -7,7 +7,7 @@ fi
|
||||
|
||||
. $ONE_LOCATION/libexec/madcommon.sh
|
||||
|
||||
# Export the vmm_mad specific rc
|
||||
# Export the im_mad specific rc
|
||||
export_rc_vars $ONE_LOCATION/etc/mad/im_sshrc
|
||||
|
||||
# Go to ONE_LOCATION
|
||||
|
Loading…
x
Reference in New Issue
Block a user