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

This commit is contained in:
Jonas Kaninda
2024-09-11 04:37:02 +02:00
parent 67ea22385f
commit 390e7dad0c
6 changed files with 80 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)