volumes fixes

This commit is contained in:
Girish Ramakrishnan
2021-05-14 10:26:57 -07:00
parent 00cd10742f
commit 8cb7c8cd1c
2 changed files with 4 additions and 3 deletions

View File

@@ -26,5 +26,6 @@ mount_filename=$(systemd-escape -p --suffix=mount "$where")
echo "$mount_file_contents" > "/etc/systemd/system/${mount_filename}"
systemctl stop "${mount_filename}" || true
systemctl daemon-reload
systemctl enable --no-block --now "${mount_filename}" || true