mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-04-15 22:51:37 -07:00
Remove warnings in devcontainer
This commit is contained in:
@@ -1,6 +1,11 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# check-storage-extra.sh - ensure additional NetAlertX directories are persistent mounts.
|
# check-storage-extra.sh - ensure additional NetAlertX directories are persistent mounts.
|
||||||
|
|
||||||
|
|
||||||
|
if [ "${NETALERTX_DEBUG}" == "1" ]; then
|
||||||
|
exit 0
|
||||||
|
fi
|
||||||
|
|
||||||
warn_if_not_persistent_mount() {
|
warn_if_not_persistent_mount() {
|
||||||
path="$1"
|
path="$1"
|
||||||
label="$2"
|
label="$2"
|
||||||
|
|||||||
Reference in New Issue
Block a user