From 3d4cf5ce0897fee6e1fbee7318df0209bd1f8d98 Mon Sep 17 00:00:00 2001 From: Joel Granados Date: Mon, 13 Jan 2025 12:53:09 +0100 Subject: [PATCH] scripts: Return the full default path of the pool path Avoid "file not found" failures related to relative paths in pool paths. Signed-off-by: Joel Granados Reviewed-by: Daniel Gomez --- scripts/get_libvirsh_pool_path.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/get_libvirsh_pool_path.sh b/scripts/get_libvirsh_pool_path.sh index 92901a81..c0367770 100755 --- a/scripts/get_libvirsh_pool_path.sh +++ b/scripts/get_libvirsh_pool_path.sh @@ -17,7 +17,7 @@ POOL_LIST="" get_pool_vars VIRSH_WORKS=$(virsh_works) if [[ "$VIRSH_WORKS" == "n" ]]; then - echo "default" + echo "$(pwd)/default" exit fi