refactor: add Telegram env in Dockerfile, move telegram notification to utils

This commit is contained in:
Jonas Kaninda
2024-09-11 04:33:41 +02:00
parent 63c0bda3a4
commit 4fe646ad63
6 changed files with 82 additions and 85 deletions

View File

@@ -16,7 +16,7 @@ import (
)
func StartRestore(cmd *cobra.Command) {
utils.Welcome()
intro()
//Set env
utils.SetEnv("STORAGE_PATH", storagePath)