summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--defaultenv/bin/update4
1 files changed, 2 insertions, 2 deletions
diff --git a/defaultenv/bin/update b/defaultenv/bin/update
index 29c240b784..5b35df1315 100644
--- a/defaultenv/bin/update
+++ b/defaultenv/bin/update
@@ -1,12 +1,12 @@
#!/bin/sh
-. /env/config
-
type=""
device_type=""
check=n
mode=tftp
+. /env/config
+
while getopt "ht:d:f:m:c" Option
do
if [ ${Option} = t ]; then