volumes fixes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user