소스 검색

backup in progress text

UltimateByte 10 년 전
부모
커밋
736036469e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      functions/command_backup.sh

+ 1 - 1
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}"