-
tagged this
2026-04-25 18:20:09 +02:00 | 181 commits to main since this tagScript 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-domainsCo-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com
Downloads