diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2020-08-19 18:23:39 -0300 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2020-08-19 18:23:39 -0300 | 
| commit | 78224a66dcd529f8859016087aa34657de6154fe (patch) | |
| tree | 0aeb6f5a7af66375d3bdea4fb15618e1e6be749a | |
| parent | 26a740c1a600bb32cd440fb407afb852ee2ad676 (diff) | |
| download | kvmx-78224a66dcd529f8859016087aa34657de6154fe.tar.gz kvmx-78224a66dcd529f8859016087aa34657de6154fe.tar.bz2 | |
Adds kvmx_list_folder and use transform_symlinks at kvmx_sshfs
| -rwxr-xr-x | kvmx | 7 | 
1 files changed, 6 insertions, 1 deletions
| @@ -870,7 +870,7 @@ function kvmx_sshfs {                                                             -o sshfs_sync             \                                                             -o sync_readdir           \                                                             -o cache=no               \ -                                                           -o follow_symlinks        \ +                                                           -o transform_symlinks     \                                                             -o sync_read              \                                                             -o workaround=none        \                                                             -o noforget               \ @@ -1565,6 +1565,11 @@ function kvmx_list_image {    echo $image  } +# Print guest folder name +function kvmx_list_folder { +  echo $KVMX_PROJECT_FOLDER +} +  # Print guest status  function kvmx_status {    if kvmx_suspended; then | 
