diff --git a/install/docker/setup-scrypted-nvr-volume.sh b/install/docker/setup-scrypted-nvr-volume.sh index 86ed65474..abfd887d8 100644 --- a/install/docker/setup-scrypted-nvr-volume.sh +++ b/install/docker/setup-scrypted-nvr-volume.sh @@ -67,7 +67,7 @@ function stopscrypted() { docker compose down } -function removefstab() { +function removescryptedfstab() { backup "/etc/fstab" grep -v "scrypted-nvr" /etc/fstab > /tmp/fstab && cp /tmp/fstab /etc/fstab # ensure newline