diff options
author | Marco Capitani <m.capitani@nextworks.it> | 2017-07-28 11:04:53 +0200 |
---|---|---|
committer | Marco Capitani <m.capitani@nextworks.it> | 2017-07-28 11:04:53 +0200 |
commit | 9733485acfc611cea59119a096e528357aa438a5 (patch) | |
tree | 62926bef082bbcacf3ddfb3813c8c580dd73347b /tools | |
parent | 815839bf3cac2fcfd2d25a69395055397d55a8bb (diff) | |
parent | 7b43f02b415968371f1b5719232bd7741cb7f12f (diff) | |
download | rumba-9733485acfc611cea59119a096e528357aa438a5.tar.gz rumba-9733485acfc611cea59119a096e528357aa438a5.zip |
Merge branch 'master' into storyboard-impl
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/rumba-access | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/rumba-access b/tools/rumba-access index 1cf382e..a2a5e83 100755 --- a/tools/rumba-access +++ b/tools/rumba-access @@ -1,6 +1,6 @@ #!/usr/bin/env bash -FILE=ssh_info +FILE=/tmp/rumba/ssh_info MACHINE_ID=$1 if [ "$MACHINE_ID" == "" ]; then |