Sfoglia il codice sorgente

backup in progress text

UltimateByte 10 anni fa
parent
commit
736036469e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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}"