From 553abaa13d0a5232f807951754f12da9ff3fa7a6 Mon Sep 17 00:00:00 2001 From: elijah Date: Fri, 12 Feb 2016 15:10:16 -0800 Subject: support for node_init script --- lib/leap_cli/path.rb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib/leap_cli/path.rb') diff --git a/lib/leap_cli/path.rb b/lib/leap_cli/path.rb index 62ea013..fd2e3fc 100644 --- a/lib/leap_cli/path.rb +++ b/lib/leap_cli/path.rb @@ -106,4 +106,9 @@ module LeapCli; module Path def self.vagrant_ssh_pub_key_file File.join(LEAP_CLI_BASE_DIR, 'vendor', 'vagrant_ssh_keys', 'vagrant.pub') end + + def self.node_init_script + File.join(@platform, 'bin', 'node_init') + end + end; end -- cgit v1.2.3