Browse Source

Also changing group of .well-known directory

Lucas Rolff 9 years ago
parent
commit
edcbe247cf
1 changed files with 3 additions and 3 deletions
  1. 3 3
      le.sh

+ 3 - 3
le.sh

@@ -538,9 +538,9 @@ issue() {
       mkdir -p "$wellknown_path"
       mkdir -p "$wellknown_path"
       echo -n "$keyauthorization" > "$wellknown_path/$token"
       echo -n "$keyauthorization" > "$wellknown_path/$token"
 
 
-      webroot_owner=$(stat -c '%U' $Le_Webroot)
-      _debug "Changing owner of .well-known to $webroot_owner"
-      chown -R $webroot_owner. "$Le_Webroot/.well-known"
+      webroot_owner=$(stat -c '%U:%G' $Le_Webroot)
+      _debug "Changing owner/group of .well-known to $webroot_owner"
+      chown -R $webroot_owner "$Le_Webroot/.well-known"
 
 
     fi
     fi
     wellknown_url="http://$d/.well-known/acme-challenge/$token"
     wellknown_url="http://$d/.well-known/acme-challenge/$token"