volumes: set hostPath based on volume id

this is required for the file browser to work which does operations
based on the id

fixes #789
This commit is contained in:
Girish Ramakrishnan
2021-06-24 16:59:47 -07:00
parent 097a7d6b60
commit 1ce4875db1
6 changed files with 22 additions and 12 deletions
+1
View File
@@ -23,4 +23,5 @@ mount_filename=$(systemd-escape -p --suffix=mount "$where")
systemctl stop "${mount_filename}" || true
rm -f "/etc/systemd/system/${mount_filename}"
rmdir "${where}" || true
systemctl daemon-reload