We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09dc570 commit 0d40041Copy full SHA for 0d40041
bin/v-backup-user
@@ -609,7 +609,7 @@ rm -rf $tmpdir
609
610
if [[ ! -z $backup_error ]]; then
611
if [[ "$BACKUP_SYSTEM" =~ "local" ]]; then
612
- echo -e "\nLocal backup was successfully executed. How ever the remote backup failed for reason:"
+ echo -e "\nLocal backup was successfully executed. Remote backup failed for reason:"
613
echo -e "\n$backup_error"
614
BACKUP_SYSTEM="local"
615
else
0 commit comments