mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-06-16 15:02:54 +00:00
le.sh could be called from anywhere when installing.
This commit is contained in:
parent
eb3de97a14
commit
c9b2bd3d22
2
le.sh
2
le.sh
@ -1520,7 +1520,7 @@ install() {
|
|||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cp le.sh "$LE_WORKING_DIR/" && chmod +x "$LE_WORKING_DIR/le.sh"
|
cp $0 "$LE_WORKING_DIR/" && chmod +x "$LE_WORKING_DIR/le.sh"
|
||||||
|
|
||||||
if [ "$?" != "0" ] ; then
|
if [ "$?" != "0" ] ; then
|
||||||
_err "Install failed, can not copy le.sh"
|
_err "Install failed, can not copy le.sh"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user