• v1.1.263 05cc53ef49

    boban tagged this 2026-04-25 18:20:09 +02:00 | 181 commits to main since this tag

    Script aus installer.sh-Heredoc in scripts/mailwolt-apply-domains ausgelagert.
    installer.sh kopiert es jetzt via install -m 755 statt Heredoc.

    Vorteile:

    • git pull + sudo cp reicht um das Script auf laufenden Servern zu aktualisieren
    • Keine doppelte Pflege mehr (Heredoc vs. Datei)
    • Änderungen direkt im Script-File sichtbar (git diff)

    Update laufender Server:
    sudo install -m 755 /var/www/mailwolt/scripts/mailwolt-apply-domains
    /usr/local/sbin/mailwolt-apply-domains

    Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com

    Downloads