mirror of
https://github.com/RasppleII/a2cloud.git
synced 2024-11-26 13:49:24 +00:00
Move a couple of variables to match a2server
This commit is contained in:
parent
82016a398c
commit
eafb691671
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user