Browse Source

Clarify where v-restore-user is searching for backup files

Robert Zollner 5 years ago
parent
commit
4e86b2ed9a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bin/v-restore-user

+ 1 - 1
bin/v-restore-user

@@ -175,7 +175,7 @@ if [ ! -e "$BACKUP/$backup" ]; then
         downloaded='yes'
         downloaded='yes'
     fi
     fi
     if [ -z "$downloaded" ]; then
     if [ -z "$downloaded" ]; then
-        check_result $E_NOTEXIST "backup $backup doesn't exist"
+        check_result $E_NOTEXIST "backup file $backup doesn't exist in '${BACKUP}' folder"
     fi
     fi
 fi
 fi