summaryrefslogtreecommitdiffstats
path: root/root
diff options
context:
space:
mode:
Diffstat (limited to 'root')
-rwxr-xr-xroot/etc/functions.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/root/etc/functions.sh b/root/etc/functions.sh
index 1cf97e380..4e96ad77c 100755
--- a/root/etc/functions.sh
+++ b/root/etc/functions.sh
@@ -1,7 +1,5 @@
#!/bin/sh
-. /etc/nvram.overrides
-
debug () {
[ -z "$DEBUG" ] || echo $1
}
@@ -10,6 +8,7 @@ debug () {
nvram_get () {
eval "echo \${$1:-\$(nvram get $1)}"
}
+. /etc/nvram.overrides
# valid interface?
if_valid () (