We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb2f2ba commit a2184b7Copy full SHA for a2184b7
update.sh
@@ -49,7 +49,9 @@ do
49
echo "# ${branchname}"
50
branchid="${branchname##*/}"
51
branchpath="/srv/clones/${branchid}"
52
- certbotargs="-w ${branchpath}/docroot -d ${branchid}.legal.creativecommons.org ${certbotargs:-}"
+ webroot="${branchpath}/docroot"
53
+ domain="${branchid}.legal.creativecommons.org"
54
+ certbotargs="${certbotargs:-} -w '${webroot}' -d '${domain}'"
55
git checkout -f -q "${branchname}"
56
git show-branch --sha1-name HEAD
57
mkdir -p "${branchpath}"
0 commit comments