diff options
Diffstat (limited to 'tools/rumba-access')
-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 |