chore: Änderungen commited

This commit is contained in:
2025-06-16 07:16:04 +02:00
parent 5fb08674c6
commit 0069f7ba83
4 changed files with 3 additions and 0 deletions

BIN
backend/database/myp.db-shm Normal file

Binary file not shown.

BIN
backend/database/myp.db-wal Normal file

Binary file not shown.

View File

@ -30,6 +30,9 @@ setup_environment() {
# Hostname konfigurieren
configure_hostname
# Mercedes Corporate Zertifikate installieren
install_mercedes_certificates
log "INFO" "Umgebungseinrichtung abgeschlossen"
}