Alexandr
3 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
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" |
|
|
|