Merge 855dbc254323503ac57c3d607e18ef7a58d5de60 into 3d8b682380773f01df0e5abc2ef582c30c663010

This commit is contained in:
Alexandr 2025-06-08 15:12:03 +00:00 committed by GitHub
commit 443a1a9722
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6664,7 +6664,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"