diff options
author | Micah Anderson <micah@riseup.net> | 2017-04-27 14:11:34 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2017-04-27 14:11:34 -0400 |
commit | 467fbf1bea7f527ffbbc7bea23adea7f8942b416 (patch) | |
tree | 6f07e708cb7274aa6477b9a6e0ee7fbce27f8137 /Leapfile | |
parent | b69dde3981d93d3e2585de4b47ac74baa1c33830 (diff) |
update Leapfile to have a different platform path for cirunner
Diffstat (limited to 'Leapfile')
-rw-r--r-- | Leapfile | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,2 +1,7 @@ -@platform_directory_path = '../leap_platform' +if ENV["USER"] == "cirunner" + @platform_directory_path = '../../leap_platform' +else + @platform_directory_path = '../leap_platform' +end + @log = "/var/log/leap/bitmask.log" |