Move a couple of variables to match a2server

This commit is contained in:
T. Joseph Carter 2018-09-06 13:04:11 -07:00
parent 82016a398c
commit eafb691671
1 changed files with 3 additions and 3 deletions

View File

@ -15,9 +15,6 @@ if test "x$BASH" = "x"; then
exit 1
fi
noPicoPkg=
autoAnswerYes=
# Find the path of our source directory
a2cSource="$( dirname "${BASH_SOURCE[0]}" )"
pushd $a2cSource >/dev/null
@ -28,6 +25,9 @@ if [[ ! -f "$a2cSource/.a2cloud_source" ]]; then
exit 1
fi
noPicoPkg=
autoAnswerYes=
process_args() {
while [[ $1 ]]; do
if [[ $1 == "-c" ]]; then