mirror of
https://github.com/plantroon/acme.sh.git
synced 2025-01-13 07:30:57 +00:00
fix auto upgrade
This commit is contained in:
parent
0463b5d6cd
commit
0ba95a3dd4
5
acme.sh
5
acme.sh
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env sh
|
#!/usr/bin/env sh
|
||||||
|
|
||||||
VER=2.5.6
|
VER=2.5.7
|
||||||
|
|
||||||
PROJECT_NAME="acme.sh"
|
PROJECT_NAME="acme.sh"
|
||||||
|
|
||||||
@ -3189,7 +3189,6 @@ cron() {
|
|||||||
if [ "$AUTO_UPGRADE" ] ; then
|
if [ "$AUTO_UPGRADE" ] ; then
|
||||||
export LE_WORKING_DIR
|
export LE_WORKING_DIR
|
||||||
(
|
(
|
||||||
. $LE_WORKING_DIR/$PROJECT_ENTRY >/dev/null
|
|
||||||
if ! upgrade ; then
|
if ! upgrade ; then
|
||||||
_err "Cron:Upgrade failed!"
|
_err "Cron:Upgrade failed!"
|
||||||
return 1
|
return 1
|
||||||
@ -3206,7 +3205,7 @@ cron() {
|
|||||||
renewAll
|
renewAll
|
||||||
_ret="$?"
|
_ret="$?"
|
||||||
IN_CRON=""
|
IN_CRON=""
|
||||||
return $_ret
|
exit $_ret
|
||||||
}
|
}
|
||||||
|
|
||||||
version() {
|
version() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user