Merge 855dbc254323503ac57c3d607e18ef7a58d5de60 into 40b6db6a2715628aa977ed1853fe5256704010ae

This commit is contained in:
Alexandr 2025-04-03 04:07:08 +02:00 committed by GitHub
commit a7b6e2b185
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"