3
0
mirror of https://github.com/kolaente/docker-db-backup.git synced 2026-03-24 21:43:48 +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() {