mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-04-29 19:32:45 +00:00
Merge 855dbc254323503ac57c3d607e18ef7a58d5de60 into 40b6db6a2715628aa977ed1853fe5256704010ae
This commit is contained in:
commit
a7b6e2b185
2
acme.sh
2
acme.sh
@ -6657,7 +6657,7 @@ install() {
|
||||
chmod 700 "$LE_CONFIG_HOME"
|
||||
fi
|
||||
|
||||
cp "$PROJECT_ENTRY" "$LE_WORKING_DIR/" && chmod +x "$LE_WORKING_DIR/$PROJECT_ENTRY"
|
||||
cp $(dirname "$0")/"$PROJECT_ENTRY" "$LE_WORKING_DIR/" && chmod +x "$LE_WORKING_DIR/$PROJECT_ENTRY"
|
||||
|
||||
if [ "$?" != "0" ]; then
|
||||
_err "Installation failed, cannot copy $PROJECT_ENTRY"
|
||||
|
Loading…
x
Reference in New Issue
Block a user