From: Silvio Rhatto Date: Wed, 19 Aug 2020 21:23:39 +0000 (-0300) Subject: Adds kvmx_list_folder and use transform_symlinks at kvmx_sshfs X-Git-Tag: 0.1.0~99 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=78224a66dcd529f8859016087aa34657de6154fe;p=kvmx.git Adds kvmx_list_folder and use transform_symlinks at kvmx_sshfs --- diff --git a/kvmx b/kvmx index 113826f..8667405 100755 --- a/kvmx +++ b/kvmx @@ -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