From c76edec913dbdd847d6d5229d8b8cef090084cef Mon Sep 17 00:00:00 2001 From: Sander Vrijders Date: Fri, 16 Jun 2017 17:58:40 +0200 Subject: rumba: Better placement of files created by Rumba Temporary files such as ssh_info, the rspecs, logs, ... are now created in /tmp/rumba to avoid too many files being created and never removed. The VM images and jFed CLI are kept in ~/.cache/rumba to avoid redownloading every reboot. Closes #18, #19 --- tools/rumba-access | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/rumba-access') 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 -- cgit v1.2.3