fix
This commit is contained in:
parent
995e8a352b
commit
86994a03b0
6
acme.sh
6
acme.sh
@ -6573,18 +6573,18 @@ installOnline() {
|
|||||||
_info "Installing from online archive."
|
_info "Installing from online archive."
|
||||||
_nocron="$1"
|
_nocron="$1"
|
||||||
if [ "$_nocron" ]; then
|
if [ "$_nocron" ]; then
|
||||||
_nocron="--no-cron"
|
_nocron="--nocron"
|
||||||
shift
|
shift
|
||||||
fi
|
fi
|
||||||
|
|
||||||
_noprofile="$1"
|
_noprofile="$1"
|
||||||
if [ "$_noprofile" ]; then
|
if [ "$_noprofile" ]; then
|
||||||
_noprofile="--no-profile"
|
_noprofile="--noprofile"
|
||||||
shift
|
shift
|
||||||
fi
|
fi
|
||||||
|
|
||||||
_branch="$1"
|
_branch="$1"
|
||||||
if [ ! "$_branch" ]; then
|
if [ -z "$_branch" ]; then
|
||||||
_branch="master"
|
_branch="master"
|
||||||
else
|
else
|
||||||
shift
|
shift
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user