From 736036469e87148c80798bdea343c7a840d8f8cf Mon Sep 17 00:00:00 2001 From: UltimateByte Date: Sat, 19 Mar 2016 00:48:38 +0100 Subject: [PATCH] backup in progress text --- functions/command_backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/command_backup.sh b/functions/command_backup.sh index 6a64b5dea..5cc2aa0ed 100644 --- a/functions/command_backup.sh +++ b/functions/command_backup.sh @@ -39,7 +39,7 @@ if [ "${tmuxwc}" -eq 1 ]; then done fi fn_scriptlog "Started backup" -fn_printdots "Starting backup, please wait..." +fn_printdots "Backup in progress, please wait..." sleep 2 if [ ! -d "${backupdir}" ]; then mkdir "${backupdir}"