From c42d01d9a298cdffdd764787084cebfbd63ed9ca Mon Sep 17 00:00:00 2001 From: akostin Date: Mon, 9 Apr 2018 17:42:21 +0300 Subject: [PATCH] Improved notification --- b2q.go | 1 + 1 file changed, 1 insertion(+) diff --git a/b2q.go b/b2q.go index fd382e5..03aa49e 100644 --- a/b2q.go +++ b/b2q.go @@ -317,6 +317,7 @@ func main() { time.Sleep(30 * time.Second) os.Exit(1) } + color.Green("It will be performed processing from directory %v to directory %v\n", bitdir, qbitdir) color.HiRed("Check that the qBittorrent is turned off and the directory %v is backed up.\n\n", qbitdir) fmt.Println("Press Enter to start") fmt.Scanln()