We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b9a950 commit c0d1016Copy full SHA for c0d1016
update.sh
@@ -69,7 +69,7 @@ do
69
# Ensure branchpath mtime is up-to-date
70
touch ${branchpath}/.gitignore
71
# Delete TLS/SSL config so that it is regenerated by certbot
72
- rm "/etc/apache2/sites-enabled/${branchid}-le-ssl.conf"
+ rm -f "/etc/apache2/sites-enabled/${branchid}-le-ssl.conf"
73
cp "${resourcedir}/default" \
74
"/etc/apache2/sites-enabled/${branchid}.conf"
75
perl -p -i -e "s/MAGICALPONY/${branchid}/g" \
0 commit comments