mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-10 00:11:45 +00:00
fix apache mode: It's not necessary to chown for apache mode.
This commit is contained in:
parent
c456d9543f
commit
df886ffa25
9
le.sh
9
le.sh
@ -1127,10 +1127,11 @@ issue() {
|
|||||||
|
|
||||||
mkdir -p "$wellknown_path"
|
mkdir -p "$wellknown_path"
|
||||||
echo -n "$keyauthorization" > "$wellknown_path/$token"
|
echo -n "$keyauthorization" > "$wellknown_path/$token"
|
||||||
|
if [[ ! "$usingApache" ]] ; then
|
||||||
webroot_owner=$(_stat $Le_Webroot)
|
webroot_owner=$(_stat $Le_Webroot)
|
||||||
_debug "Changing owner/group of .well-known to $webroot_owner"
|
_debug "Changing owner/group of .well-known to $webroot_owner"
|
||||||
chown -R $webroot_owner "$Le_Webroot/.well-known"
|
chown -R $webroot_owner "$Le_Webroot/.well-known"
|
||||||
|
fi
|
||||||
|
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user