Browse Source

Merge 855dbc2543 into 40b6db6a27

pull/3322/merge
Alexandr 3 weeks ago
committed by GitHub
parent
commit
a7b6e2b185
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 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…
Cancel
Save