release 1.3.4: summary i18n, monpages code-21, aptdeploy path

This commit is contained in:
Hernâni Marques 2026-07-18 20:09:41 +02:00
parent 8840341079
commit 949837d2e6
No known key found for this signature in database
GPG key ID: CB5738652768F7E9
6 changed files with 32 additions and 12 deletions

View file

@ -385,9 +385,10 @@ htmlify_host() {
}
for host in $MON_HOSTS; do
htmlify_host "$host"
echo "public URL (expected): https://${host}${HTML_URL_OK}"
done
# Publish to live web root when possible (v1.3.1: never silent-skip)
# Publish to live web root when possible (v1.3.1+: never silent-skip)
if [ -n "$DEPLOY_WWW" ]; then
if [ -w "$DEPLOY_WWW" ] 2>/dev/null; then
if rsync -a --delete "$HTML_BASE/" "$DEPLOY_WWW/"; then