Remove warnings in devcontainer

This commit is contained in:
Adam Outler
2025-10-26 15:54:01 +00:00
parent d2c28f6a28
commit 52b747be0b
2 changed files with 6 additions and 1 deletions

View File

@@ -1,6 +1,11 @@
#!/bin/sh
# check-storage-extra.sh - ensure additional NetAlertX directories are persistent mounts.
if [ "${NETALERTX_DEBUG}" == "1" ]; then
exit 0
fi
warn_if_not_persistent_mount() {
path="$1"
label="$2"