Skip to content

Commit

Permalink
del dev code
Browse files Browse the repository at this point in the history
  • Loading branch information
Cielquan committed Aug 7, 2019
1 parent 0c58d7e commit 93857d6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ while getopts ":f:a:c:I:i:n:t:d:h" flag; do
exit_flag_err
fi
FRESH=$(echo "${OPTARG:0:1}" | awk '{print tolower($0)}')
echo "$FRESH"
;;
a) # Set ARCHITECTURE variable with 'ARM' or 'x86' (case insensitive).
if ! echo "${OPTARG}" | grep -iq 'arm' && ! echo "${OPTARG}" | grep -iq 'x86'; then
Expand All @@ -65,7 +64,6 @@ while getopts ":f:a:c:I:i:n:t:d:h" flag; do
exit_flag_err
fi
COMPILE=$(echo "${OPTARG:0:1}" | awk '{print tolower($0)}')
echo "$COMPILE"
;;
I) # Set INTERFACE variable with <INTERFACE>. E.g. eth0
INTERFACE=${OPTARG}
Expand Down

0 comments on commit 93857d6

Please sign in to comment.