This commit is contained in:
Alexandr 2024-06-14 10:52:21 +00:00 committed by GitHub
commit 9ff5152363
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6618,7 +6618,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 "Install failed, can not copy $PROJECT_ENTRY"