3
0
mirror of https://kolaente.dev/konrad/docker-db-backup.git synced 2026-01-09 12:40:07 +01:00

fix: don't create backup path on startup

This commit is contained in:
kolaente
2023-06-05 19:12:17 +02:00
parent 123ba1141c
commit 5972dd055e

View File

@@ -66,8 +66,6 @@ func init() {
if has {
config.CompletionWebhookURL = webhookURL
}
updateFullBackupPath()
}
func updateFullBackupPath() {